Color Hex Logo

#96ccca Color Hex

#96CCCA
(150,204,202)
0 Favorites   0 Comments

Color spaces of #96ccca

RGB 150204202
HSL0.490.350.69
HSV178°26°80°
CMYK 0.260.000.01   0.20
XYZ44.831253.934063.9246
Yxy53.93400.27560.3315
Hunter Lab73.4398-19.5545-0.2003
CIE-Lab78.4232-17.7867-4.6696

#96ccca color RGB value is (150,204,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001100 11001010
Octal 226 314 312
Decimal 150 204 202
Hex 96 CC CA

RGB Percentages of Color #96ccca

%26.98
%36.69
%36.33

CMYK Percentages of Color #96ccca

%26
%0
%1
%20

Triadic Colors of #96ccca

#96ccca #ca96cc #ccca96

Analogous Colors of #96ccca

#96ccca #96b3cc #96ccaf

Monochromatic Colors of #96ccca

#96ccca

Complementary Color

#96ccca #cc9698

#96ccca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96ccca Color Preview on White Background

Lorem ipsum dolor sit amet.

#96ccca Color CSS Codes

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

#96ccca Text Font Color

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

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


#96ccca Background Color

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

This div background color is #96ccca


#96ccca Border Color

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

This div border color is #96ccca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96ccca

#96ccca Color Palettes


Comments

No comments written yet.

Please login to write comment.