Color Hex Logo

#9cc9dc Color Hex

#9CC9DC
(156,201,220)
0 Favorites   0 Comments

Color spaces of #9cc9dc

RGB 156201220
HSL0.550.480.74
HSV198°29°86°
CMYK 0.290.090.00   0.14
XYZ47.515254.008575.6305
Yxy54.00850.26820.3049
Hunter Lab73.4905-13.1993-9.5732
CIE-Lab78.4667-10.3568-14.2497

#9cc9dc color RGB value is (156,201,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001001 11011100
Octal 234 311 334
Decimal 156 201 220
Hex 9C C9 DC

RGB Percentages of Color #9cc9dc

%27.04
%34.84
%38.13

CMYK Percentages of Color #9cc9dc

%29
%9
%0
%14

Triadic Colors of #9cc9dc

#9cc9dc #dc9cc9 #c9dc9c

Analogous Colors of #9cc9dc

#9cc9dc #9ca9dc #9cdccf

Monochromatic Colors of #9cc9dc

#9cc9dc

Complementary Color

#9cc9dc #dcaf9c

#9cc9dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cc9dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cc9dc Color CSS Codes

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

#9cc9dc Text Font Color

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

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


#9cc9dc Background Color

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

This div background color is #9cc9dc


#9cc9dc Border Color

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

This div border color is #9cc9dc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(156,201,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 #9cc9dc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cc9dc


Comments

No comments written yet.

Please login to write comment.