Color Hex Logo

#96dacd Color Hex

#96DACD
(150,218,205)
0 Favorites   0 Comments

Color spaces of #96dacd

RGB 150218205
HSL0.470.480.72
HSV169°31°85°
CMYK 0.310.000.06   0.15
XYZ48.668561.034666.9734
Yxy61.03460.27550.3455
Hunter Lab78.1246-25.51983.8601
CIE-Lab82.3973-24.1143-0.4389

#96dacd color RGB value is (150,218,205).

#96dacd hex color red value is 150, green value is 218 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #96dacd hue: 0.47 , saturation: 0.48 and the lightness value of 96dacd is 0.72.

The process color (four color CMYK) of #96dacd color hex is 0.31, 0.00, 0.06, 0.15. Web safe color of #96dacd is #99cccc. Color #96dacd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10010110 11011010 11001101
Octal 226 332 315
Decimal 150 218 205
Hex 96 DA CD

RGB Percentages of Color #96dacd

%26.18
%38.05
%35.78

CMYK Percentages of Color #96dacd

%31
%0
%6
%15

Triadic Colors of #96dacd

#96dacd #cd96da #dacd96

Analogous Colors of #96dacd

#96dacd #96c5da #96daab

Monochromatic Colors of #96dacd

#96dacd

Complementary Color

#96dacd #da96a3

#96dacd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#96dacd Color Preview on White Background

Lorem ipsum dolor sit amet.

#96dacd Color CSS Codes

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

#96dacd Text Font Color

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

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


#96dacd Background Color

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

This div background color is #96dacd


#96dacd Border Color

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

This div border color is #96dacd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #96dacd


Comments

No comments written yet.

Please login to write comment.