Color Hex Logo

#9cd8dc Color Hex

#9CD8DC
(156,216,220)
0 Favorites   0 Comments

Color spaces of #9cd8dc

RGB 156216220
HSL0.510.480.74
HSV184°29°86°
CMYK 0.290.020.00   0.14
XYZ51.184461.347076.8536
Yxy61.34700.27030.3239
Hunter Lab78.3243-20.4191-3.3497
CIE-Lab82.5649-18.0593-8.1334

#9cd8dc color RGB value is (156,216,220).

#9cd8dc hex color red value is 156, green value is 216 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #9cd8dc hue: 0.51 , saturation: 0.48 and the lightness value of 9cd8dc is 0.74.

The process color (four color CMYK) of #9cd8dc color hex is 0.29, 0.02, 0.00, 0.14. Web safe color of #9cd8dc is #99cccc. Color #9cd8dc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011000 11011100
Octal 234 330 334
Decimal 156 216 220
Hex 9C D8 DC

RGB Percentages of Color #9cd8dc

%26.35
%36.49
%37.16

CMYK Percentages of Color #9cd8dc

%29
%2
%0
%14

Triadic Colors of #9cd8dc

#9cd8dc #dc9cd8 #d8dc9c

Analogous Colors of #9cd8dc

#9cd8dc #9cb8dc #9cdcc0

Monochromatic Colors of #9cd8dc

#9cd8dc

Complementary Color

#9cd8dc #dca09c

#9cd8dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cd8dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cd8dc Color CSS Codes

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

#9cd8dc Text Font Color

<p style="color:#9cd8dc">Text here</p>

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


#9cd8dc Background Color

<div style="background-color:#9cd8dc">
Div content here</div>

This div background color is #9cd8dc


#9cd8dc Border Color

<div style="border:3px solid #9cd8dc">
Div here</div>

This div border color is #9cd8dc


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(156,216,220, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #9cd8dc; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #9cd8dc;
  -webkit-box-shadow: 1px 1px 3px 2px #9cd8dc;
  box-shadow:         1px 1px 3px 2px #9cd8dc; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,216,220, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cd8dc


Comments

No comments written yet.

Please login to write comment.