Color Hex Logo

#9cccda Color Hex

#9CCCDA
(156,204,218)
0 Favorites   0 Comments

Color spaces of #9cccda

RGB 156204218
HSL0.540.460.73
HSV194°28°85°
CMYK 0.280.060.00   0.15
XYZ47.958155.315674.4790
Yxy55.31560.26980.3112
Hunter Lab74.3745-15.0550-7.3112
CIE-Lab79.2227-12.3864-12.0427

#9cccda color RGB value is (156,204,218).

#9cccda hex color red value is 156, green value is 204 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #9cccda hue: 0.54 , saturation: 0.46 and the lightness value of 9cccda is 0.73.

The process color (four color CMYK) of #9cccda color hex is 0.28, 0.06, 0.00, 0.15. Web safe color of #9cccda is #99cccc. Color #9cccda contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011100 11001100 11011010
Octal 234 314 332
Decimal 156 204 218
Hex 9C CC DA

RGB Percentages of Color #9cccda

%26.99
%35.29
%37.72

CMYK Percentages of Color #9cccda

%28
%6
%0
%15

Triadic Colors of #9cccda

#9cccda #da9ccc #ccda9c

Analogous Colors of #9cccda

#9cccda #9cadda #9cdac9

Monochromatic Colors of #9cccda

#9cccda

Complementary Color

#9cccda #daaa9c

#9cccda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cccda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cccda Color CSS Codes

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

#9cccda Text Font Color

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

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


#9cccda Background Color

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

This div background color is #9cccda


#9cccda Border Color

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

This div border color is #9cccda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cccda


Comments

No comments written yet.

Please login to write comment.