Color Hex Logo

#96cbbd Color Hex

#96CBBD
(150,203,189)
0 Favorites   0 Comments

Color spaces of #96cbbd

RGB 150203189
HSL0.460.340.69
HSV164°26°80°
CMYK 0.260.000.07   0.20
XYZ43.118952.870056.0764
Yxy52.87000.28360.3477
Hunter Lab72.7118-21.39315.1729
CIE-Lab77.7982-20.11221.4075

#96cbbd color RGB value is (150,203,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001011 10111101
Octal 226 313 275
Decimal 150 203 189
Hex 96 CB BD

RGB Percentages of Color #96cbbd

%27.68
%37.45
%34.87

CMYK Percentages of Color #96cbbd

%26
%0
%7
%20

Triadic Colors of #96cbbd

#96cbbd #bd96cb #cbbd96

Analogous Colors of #96cbbd

#96cbbd #96bfcb #96cba3

Monochromatic Colors of #96cbbd

#96cbbd

Complementary Color

#96cbbd #cb96a4

#96cbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cbbd Color CSS Codes

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

#96cbbd Text Font Color

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

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


#96cbbd Background Color

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

This div background color is #96cbbd


#96cbbd Border Color

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

This div border color is #96cbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cbbd


Comments

No comments written yet.

Please login to write comment.