Color Hex Logo

#96c7cd Color Hex

#96C7CD
(150,199,205)
0 Favorites   0 Comments

Color spaces of #96c7cd

RGB 150199205
HSL0.520.350.70
HSV187°27°80°
CMYK 0.270.030.00   0.20
XYZ44.020551.738765.4240
Yxy51.73870.27310.3210
Hunter Lab71.9296-16.6359-3.5768
CIE-Lab77.1243-14.5483-8.2084

#96c7cd color RGB value is (150,199,205).

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

The process color (four color CMYK) of #96c7cd color hex is 0.27, 0.03, 0.00, 0.20. Web safe color of #96c7cd is #99cccc. Color #96c7cd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11000111 11001101
Octal 226 307 315
Decimal 150 199 205
Hex 96 C7 CD

RGB Percentages of Color #96c7cd

%27.08
%35.92
%37.00

CMYK Percentages of Color #96c7cd

%27
%3
%0
%20

Triadic Colors of #96c7cd

#96c7cd #cd96c7 #c7cd96

Analogous Colors of #96c7cd

#96c7cd #96accd #96cdb8

Monochromatic Colors of #96c7cd

#96c7cd

Complementary Color

#96c7cd #cd9c96

#96c7cd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96c7cd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96c7cd Color CSS Codes

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

#96c7cd Text Font Color

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

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


#96c7cd Background Color

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

This div background color is #96c7cd


#96c7cd Border Color

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

This div border color is #96c7cd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96c7cd


Comments

No comments written yet.

Please login to write comment.