Color Hex Logo

#96cbba Color Hex

#96CBBA
(150,203,186)
0 Favorites   0 Comments

Color spaces of #96cbba

RGB 150203186
HSL0.450.340.69
HSV161°26°80°
CMYK 0.260.000.08   0.20
XYZ42.796552.741154.3788
Yxy52.74110.28550.3518
Hunter Lab72.6231-21.90106.4409
CIE-Lab77.7219-20.74332.9103

#96cbba color RGB value is (150,203,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001011 10111010
Octal 226 313 272
Decimal 150 203 186
Hex 96 CB BA

RGB Percentages of Color #96cbba

%27.83
%37.66
%34.51

CMYK Percentages of Color #96cbba

%26
%0
%8
%20

Triadic Colors of #96cbba

#96cbba #ba96cb #cbba96

Analogous Colors of #96cbba

#96cbba #96c2cb #96cba0

Monochromatic Colors of #96cbba

#96cbba

Complementary Color

#96cbba #cb96a7

#96cbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cbba Color CSS Codes

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

#96cbba Text Font Color

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

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


#96cbba Background Color

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

This div background color is #96cbba


#96cbba Border Color

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

This div border color is #96cbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cbba


Comments

No comments written yet.

Please login to write comment.