Color Hex Logo

#96cccf Color Hex

#96CCCF
(150,204,207)
0 Favorites   0 Comments

Color spaces of #96cccf

RGB 150204207
HSL0.510.370.70
HSV183°28°81°
CMYK 0.280.010.00   0.19
XYZ45.433054.174867.0937
Yxy54.17480.27250.3250
Hunter Lab73.6035-18.6241-2.5236
CIE-Lab78.5635-16.6577-7.1506

#96cccf color RGB value is (150,204,207).

#96cccf hex color red value is 150, green value is 204 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #96cccf hue: 0.51 , saturation: 0.37 and the lightness value of 96cccf is 0.70.

The process color (four color CMYK) of #96cccf color hex is 0.28, 0.01, 0.00, 0.19. Web safe color of #96cccf is #99cccc. Color #96cccf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11001100 11001111
Octal 226 314 317
Decimal 150 204 207
Hex 96 CC CF

RGB Percentages of Color #96cccf

%26.74
%36.36
%36.90

CMYK Percentages of Color #96cccf

%28
%1
%0
%19

Triadic Colors of #96cccf

#96cccf #cf96cc #cccf96

Analogous Colors of #96cccf

#96cccf #96b0cf #96cfb6

Monochromatic Colors of #96cccf

#96cccf

Complementary Color

#96cccf #cf9996

#96cccf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96cccf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96cccf Color CSS Codes

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

#96cccf Text Font Color

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

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


#96cccf Background Color

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

This div background color is #96cccf


#96cccf Border Color

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

This div border color is #96cccf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96cccf


Comments

No comments written yet.

Please login to write comment.