Color Hex Logo

#96cbbb Color Hex

#96CBBB
(150,203,187)
0 Favorites   0 Comments

Color spaces of #96cbbb

RGB 150203187
HSL0.450.340.69
HSV162°26°80°
CMYK 0.260.000.08   0.20
XYZ42.903352.783854.9408
Yxy52.78380.28480.3504
Hunter Lab72.6525-21.73266.0208
CIE-Lab77.7472-20.53372.4092

#96cbbb color RGB value is (150,203,187).

#96cbbb hex color red value is 150, green value is 203 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #96cbbb hue: 0.45 , saturation: 0.34 and the lightness value of 96cbbb is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001011 10111011
Octal 226 313 273
Decimal 150 203 187
Hex 96 CB BB

RGB Percentages of Color #96cbbb

%27.78
%37.59
%34.63

CMYK Percentages of Color #96cbbb

%26
%0
%8
%20

Triadic Colors of #96cbbb

#96cbbb #bb96cb #cbbb96

Analogous Colors of #96cbbb

#96cbbb #96c1cb #96cba1

Monochromatic Colors of #96cbbb

#96cbbb

Complementary Color

#96cbbb #cb96a6

#96cbbb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cbbb Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cbbb Color CSS Codes

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

#96cbbb Text Font Color

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

This sample text font color is #96cbbb
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.


#96cbbb Background Color

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

This div background color is #96cbbb


#96cbbb Border Color

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

This div border color is #96cbbb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cbbb


Comments

No comments written yet.

Please login to write comment.