Color Hex Logo

#9cccdf Color Hex

#9CCCDF
(156,204,223)
0 Favorites   0 Comments

Color spaces of #9cccdf

RGB 156204223
HSL0.550.510.74
HSV197°30°87°
CMYK 0.300.090.00   0.13
XYZ48.622455.581477.9776
Yxy55.58140.26690.3051
Hunter Lab74.5529-14.0524-9.8265
CIE-Lab79.3750-11.2133-14.4973

#9cccdf color RGB value is (156,204,223).

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

The process color (four color CMYK) of #9cccdf color hex is 0.30, 0.09, 0.00, 0.13. Web safe color of #9cccdf is #99cccc. Color #9cccdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001100 11011111
Octal 234 314 337
Decimal 156 204 223
Hex 9C CC DF

RGB Percentages of Color #9cccdf

%26.76
%34.99
%38.25

CMYK Percentages of Color #9cccdf

%30
%9
%0
%13

Triadic Colors of #9cccdf

#9cccdf #df9ccc #ccdf9c

Analogous Colors of #9cccdf

#9cccdf #9cabdf #9cdfd1

Monochromatic Colors of #9cccdf

#9cccdf

Complementary Color

#9cccdf #dfaf9c

#9cccdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cccdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cccdf Color CSS Codes

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

#9cccdf Text Font Color

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

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


#9cccdf Background Color

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

This div background color is #9cccdf


#9cccdf Border Color

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

This div border color is #9cccdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cccdf


Comments

No comments written yet.

Please login to write comment.