Color Hex Logo

#96c7cf Color Hex

#96C7CF
(150,199,207)
1 Favorites   0 Comments

Color spaces of #96c7cf

RGB 150199207
HSL0.520.370.70
HSV188°28°81°
CMYK 0.280.040.00   0.19
XYZ44.263651.835966.7039
Yxy51.83590.27190.3184
Hunter Lab71.9972-16.2538-4.5330
CIE-Lab77.1826-14.0887-9.2013

#96c7cf color RGB value is (150,199,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10010110 11000111 11001111
Octal 226 307 317
Decimal 150 199 207
Hex 96 C7 CF

RGB Percentages of Color #96c7cf

%26.98
%35.79
%37.23

CMYK Percentages of Color #96c7cf

%28
%4
%0
%19

Triadic Colors of #96c7cf

#96c7cf #cf96c7 #c7cf96

Analogous Colors of #96c7cf

#96c7cf #96abcf #96cfbb

Monochromatic Colors of #96c7cf

#96c7cf

Complementary Color

#96c7cf #cf9e96

#96c7cf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96c7cf Color Preview on White Background

Lorem ipsum dolor sit amet.

#96c7cf Color CSS Codes

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

#96c7cf Text Font Color

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

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


#96c7cf Background Color

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

This div background color is #96c7cf


#96c7cf Border Color

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

This div border color is #96c7cf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96c7cf

#96c7cf Color Palettes


Comments

No comments written yet.

Please login to write comment.