Color Hex Logo

#96cbbf Color Hex

#96CBBF
(150,203,191)
0 Favorites   0 Comments

Color spaces of #96cbbf

RGB 150203191
HSL0.460.340.69
HSV166°26°80°
CMYK 0.260.000.06   0.20
XYZ43.337652.957557.2279
Yxy52.95750.28230.3449
Hunter Lab72.7719-21.04934.3146
CIE-Lab77.8499-19.68670.4068

#96cbbf color RGB value is (150,203,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001011 10111111
Octal 226 313 277
Decimal 150 203 191
Hex 96 CB BF

RGB Percentages of Color #96cbbf

%27.57
%37.32
%35.11

CMYK Percentages of Color #96cbbf

%26
%0
%6
%20

Triadic Colors of #96cbbf

#96cbbf #bf96cb #cbbf96

Analogous Colors of #96cbbf

#96cbbf #96bdcb #96cba5

Monochromatic Colors of #96cbbf

#96cbbf

Complementary Color

#96cbbf #cb96a2

#96cbbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cbbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cbbf Color CSS Codes

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

#96cbbf Text Font Color

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

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


#96cbbf Background Color

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

This div background color is #96cbbf


#96cbbf Border Color

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

This div border color is #96cbbf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(150,203,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 #96cbbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cbbf


Comments

No comments written yet.

Please login to write comment.