Color Hex Logo

#96caba Color Hex

#96CABA
(150,202,186)
0 Favorites   0 Comments

Color spaces of #96caba

RGB 150202186
HSL0.450.330.69
HSV162°26°79°
CMYK 0.260.000.08   0.21
XYZ42.561152.270354.3003
Yxy52.27030.28540.3505
Hunter Lab72.2982-21.44106.0784
CIE-Lab77.4422-20.24162.5045

#96caba color RGB value is (150,202,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001010 10111010
Octal 226 312 272
Decimal 150 202 186
Hex 96 CA BA

RGB Percentages of Color #96caba

%27.88
%37.55
%34.57

CMYK Percentages of Color #96caba

%26
%0
%8
%21

Triadic Colors of #96caba

#96caba #ba96ca #caba96

Analogous Colors of #96caba

#96caba #96c0ca #96caa0

Monochromatic Colors of #96caba

#96caba

Complementary Color

#96caba #ca96a6

#96caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#96caba Color CSS Codes

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

#96caba Text Font Color

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

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


#96caba Background Color

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

This div background color is #96caba


#96caba Border Color

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

This div border color is #96caba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96caba


Comments

No comments written yet.

Please login to write comment.