Color Hex Logo

#96cfbf Color Hex

#96CFBF
(150,207,191)
0 Favorites   0 Comments

Color spaces of #96cfbf

RGB 150207191
HSL0.450.370.70
HSV163°28°81°
CMYK 0.280.000.08   0.19
XYZ44.294554.871357.5469
Yxy54.87130.28260.3501
Hunter Lab74.0752-22.89445.7919
CIE-Lab78.9671-21.69022.0336

#96cfbf color RGB value is (150,207,191).

#96cfbf hex color red value is 150, green value is 207 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #96cfbf hue: 0.45 , saturation: 0.37 and the lightness value of 96cfbf is 0.70.

The process color (four color CMYK) of #96cfbf color hex is 0.28, 0.00, 0.08, 0.19. Web safe color of #96cfbf is #99cccc. Color #96cfbf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001111 10111111
Octal 226 317 277
Decimal 150 207 191
Hex 96 CF BF

RGB Percentages of Color #96cfbf

%27.37
%37.77
%34.85

CMYK Percentages of Color #96cfbf

%28
%0
%8
%19

Triadic Colors of #96cfbf

#96cfbf #bf96cf #cfbf96

Analogous Colors of #96cfbf

#96cfbf #96c3cf #96cfa3

Monochromatic Colors of #96cfbf

#96cfbf

Complementary Color

#96cfbf #cf96a6

#96cfbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cfbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cfbf Color CSS Codes

.mybgcolor {background-color:#96cfbf; } 
.myforecolor {color:#96cfbf; }
.mybordercolor {border:3px solid #96cfbf; }

#96cfbf Text Font Color

<p style="color:#96cfbf">Text here</p>

This sample text font color is #96cfbf
Lorem ipsum dolor sit amet, consectetur adipisicing elit, sed do eiusmod tempor incididunt ut labore et dolore magna aliqua. Ut enim ad minim veniam, quis nostrud exercitation ullamco laboris nisi ut aliquip ex ea commodo consequat.


#96cfbf Background Color

<div style="background-color:#96cfbf">
Div content here</div>

This div background color is #96cfbf


#96cfbf Border Color

<div style="border:3px solid #96cfbf">
Div here</div>

This div border color is #96cfbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(150,207,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #96cfbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #96cfbf;
  -webkit-box-shadow: 1px 1px 3px 2px #96cfbf;
  box-shadow:         1px 1px 3px 2px #96cfbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,207,191, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #96cfbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

<div style="-moz-box-shadow: 1px 1px 3px 2px #96cfbf;
  -webkit-box-shadow: 1px 1px 3px 2px #96cfbf;
  box-shadow:         1px 1px 3px 2px #96cfbf;">
Div content here</div>

This div box has shadow with color #96cfbf


Comments

No comments written yet.

Please login to write comment.