@
The color hex or name not found.

You can tap color picker and choose a color or enter any valid hex color code or Color name to find color details.

#95cfbd hex color - Green - Cool color - Information

#95cfbd hex color - Green - Cool color

Color Mixture: Green and Cyan

Color Hue/Base color: Green

Hex #95cfbd Color code in RGB color code model is created after adding 58.43% red color, 81.18% green color and 74.12% blue color. Hex #95cfbd Color code in CMYK color (process color) code model is generated after subtraction of 28% cyan, 0% magenta, 9% yellow and 18.82% black.

Hex #95cfbd color code is between #99ccbb web safe hex color code and #88ddcc web safe hex color code. #99ccbb is the nearest web safe color code. You can see here many more shades of #95cfbd color code.

0 Likes 0 Comments | 1 Views

RGB Chart

RGB Chart using SVG and CSS mix-blend-mode: lighten;

Color Table

Hex Color Code 95cfbd #95cfbd
RGB Decimal 149, 207, 189 rgb(149, 207, 189)
RGB Percent 58%, 81%, 74% rgb(58%, 81%, 74%)
CSS RGBa 149, 207, 189,1 rgba(149,207,189,1)
CMYK Model cmyk(28%,0%,9%,18.82%)
HSL Color Space 161,38% ,70% hsl(161,38% ,70%)
HSV Color Space 161°, 28%, 81%
Color Temperature It's a Cool color

Color in numbers

Type Red Green Blue
Binary 10010101 11001111 10111101
Octal 225 317 275
Decimal 149 207 189
Hex 95 cf bd

Different shades of #95cfbd color code.

Different color shades are produced by adding adding white or black (respectively). Generate more color shades with shades generator.

Light Shade of #95cfbd
#b8dfd3
Dark Shade of #95cfbd
#72bfa7
Saturated Shade of #95cfbd
#8dd7c0
Desaturated Shade of #95cfbd
#9dc7ba
Grey scale Shade of #95cfbd
#b2b2b2
Brighten Shade
#aee8d6
Most Readable Shade
#000000

Shades of #95cfbd color code

Generate more color scales with scales (color stack) generator.

#95cfbd
#84b8a8
#73a193
#638a7e
#527369
#425c54
#31453f
#212e2a
#101715
#000000

Similar Color like #95cfbd color

Find visually similar hex color codes nearing to #95cfbd hex color. Similar colors can help you tweak and adjust for your project until it’s just right.

#96d0be
#97d1bf
#98d2c0
#99d3c1
#9ad4c2
#9bd5c3
#9cd6c4
#9dd7c5
#9ed8c6
#9fd9c7
#a0dac8
#a1dbc9
#a2dcca
#a3ddcb
#94cebc
#93cdbb
#92ccba
#91cbb9
#90cab8
#8fc9b7
#8ec8b6
#8dc7b5
#8cc6b4
#8bc5b3
#8ac4b2
#89c3b1
#88c2b0
#87c1af

Monochromatic Color with #95cfbd

#95cfbd
#b4f9e4
#1b2522
#394f49
#587a6f
#76a496

Tints of #95cfbd Color

#95cfbd
#a0d4c4
#acd9cb
#b8dfd3
#c4e4da
#cfe9e1
#dbefe9
#e7f4f0
#f3f9f7
#ffffff

Color Schemes

A good color harmony is perfect looking color combinations or colors that look good together. Everyone from designers to developers are looking for colors that go well together. Color schemes above are different relative position on color spectrum. Using them together will create aesthetic looks.

Complimentary

#95cfbd
#cf95a7

Complimentary Colors are colors on opposite sides of the color wheel that goes well together.

Split Complementary

#95cfbd
#cf95c4
#cfa095

Split Complimentary Colors are two secondary colors with one color as the main color. Secondary colors be used for accents and highlights.

Analogous Color

#95cfa6
#95cfb1
#95cfbd
#95cfc9
#95cacf

Analogous colors are a slight variation in one color or related colors or neighboring colors on either side of color wheel . Example like Red, Orange and Yellow with red as central color. An analogous color scheme creates a rich, monochromatic look. Analogous scheme lacks contrast and is not as vibrant as complementary schemes.

Triadic Color

#95cfbd
#bd95cf
#cfbd95

The primary colors are Red, Green Blue. They are an example of a triadic color scheme. Put a triangle on color wheel and find all three triadic colors. Triadic color schemes are vibrant with high color contrast with color harmony.

Tetrad/Square Color

#95cfbd
#a095cf
#cf95a7
#c4cf95

Tetrad/Square Color is vibrant, positive and colorful color scheme. Its a diverse color scheme, Google, Microsoft, Slack & eBay uses in their color logos.

Double Complementary Color

#95cfbd
#cf95a7
#cfa095
#95c4cf

Double Complementary is Four color (a mix of primar and secondary colors) scheme with two colors (hues) are next to each other on the color wheel are paired with two adjacent colors (hues) on the opposite side. For examle Red (Primary) and Orange (Secondary) with adjacent to Blue (Primary) and Green (Secondary).

Hex #95cfbd Color Code use in CSS Color, CSS Font/Text Color, CSS Background Color, CSS Border Color, CSS placeholder color, CSS rgba, Box Shadow Color, Text Shadow color.

#95cfbd Color Code Preview on Black Background Color

This is how #95cfbd Color will look on black background color. Color contrast ratio is 11.94

#95cfbd in use for CSS Font/Text Color

HTML with inline CSS

<p style="color:#95cfbd">Your Example Paragraph content text in with font color #95cfbd </p>

Your Example Paragraph content text in with font color #95cfbd

HTML with inline CSS

<div style="color:#95cfbd">Your Paragraph text in with font color #95cfbd </div>

Your Example Paragraph content text in with font color #95cfbd

#95cfbd color code is use for CSS Background Color

Background color for the above div is #95cfbd

HTML with inline CSS

<div style="background-color:#95cfbd;"></div>

#95cfbd color code is use for CSS Border Color

CSS Border color for the above div is #95cfbd

HTML with inline CSS

<div style="border:5px solid #95cfbd;"></div>

CSS Border Left color for the above div is #95cfbd

HTML with inline CSS

<div style="border-left:5px solid #95cfbd;"></div>

CSS Border Right color for the above div is #95cfbd

HTML with inline CSS

<div style="border-right:5px solid #95cfbd;"></div>

CSS Border Bottom color for the above div is #95cfbd

HTML with inline CSS

<div style="border-bottom:5px solid #95cfbd;"></div>

CSS Border Top color for the above div is #95cfbd

HTML with inline CSS

<div style="border-top:5px solid #95cfbd;"></div>

#95cfbd hex Color code used as CSS color Codes

Example CSS Class for usage

.examplebgclass {background-color:#95cfbd; } .examplecolorclass {color:#95cfbd; } .examplebordercolor {border:3px solid #95cfbd; }

#95cfbd Color code Preview on White Background

This is how #95cfbd Color code will look on white background color. Color contrast ratio is 1.76

Different text-shadow examples and usage

coming soon...

CSS3 text-shadow and box-shadow Usage

Example CSS Class for usage

.exampleTextShadowClass { text-shadow: 4px 4px 2px #95cfbd; } .exampleBoxShadowClass { box-shadow: 1px 1px 3px 2px #95cfbd; }

Gradient Background

Beautiful Colored Gradient Background. Find awesome Gradient backgrounds for your next project.

Gradient Text

Find Gradient Text for your next project.

CRISPEDGE

 .gradientTextClass{
  background: 
      linear-gradient(217deg, rgba(149,207,189,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(127deg, rgba(207,149,167,0.8), rgba(0, 0, 0, 0) 70.71%), 
      linear-gradient(336deg, rgba(149,207,189,0.8), rgba(0, 0, 0, 0) 70.71%);
	  background-clip: text;
	  text-fill-color: transparent;
  }
							

0 Likes 0 Comments | 1 Views

Post your comment:-

By submitting comment you agree to our privacy policy.