Color Hex Logo

#9ccdd0 Color Hex

#9CCDD0
(156,205,208)
0 Favorites   0 Comments

Color spaces of #9ccdd0

RGB 156205208
HSL0.510.360.71
HSV183°25°82°
CMYK 0.250.010.00   0.18
XYZ46.926855.284667.8722
Yxy55.28460.27590.3250
Hunter Lab74.3536-17.4621-2.0742
CIE-Lab79.2049-15.1837-6.7006

#9ccdd0 color RGB value is (156,205,208).

#9ccdd0 hex color red value is 156, green value is 205 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #9ccdd0 hue: 0.51 , saturation: 0.36 and the lightness value of 9ccdd0 is 0.71.

The process color (four color CMYK) of #9ccdd0 color hex is 0.25, 0.01, 0.00, 0.18. Web safe color of #9ccdd0 is #99cccc. Color #9ccdd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001101 11010000
Octal 234 315 320
Decimal 156 205 208
Hex 9C CD D0

RGB Percentages of Color #9ccdd0

%27.42
%36.03
%36.56

CMYK Percentages of Color #9ccdd0

%25
%1
%0
%18

Triadic Colors of #9ccdd0

#9ccdd0 #d09ccd #cdd09c

Analogous Colors of #9ccdd0

#9ccdd0 #9cb3d0 #9cd0b9

Monochromatic Colors of #9ccdd0

#9ccdd0

Complementary Color

#9ccdd0 #d09f9c

#9ccdd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ccdd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ccdd0 Color CSS Codes

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

#9ccdd0 Text Font Color

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

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


#9ccdd0 Background Color

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

This div background color is #9ccdd0


#9ccdd0 Border Color

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

This div border color is #9ccdd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ccdd0


Comments

No comments written yet.

Please login to write comment.