Color Hex Logo

#9cdadd Color Hex

#9CDADD
(156,218,221)
0 Favorites   0 Comments

Color spaces of #9cdadd

RGB 156218221
HSL0.510.490.74
HSV183°29°87°
CMYK 0.290.010.00   0.13
XYZ51.832962.431277.7252
Yxy62.43120.27000.3252
Hunter Lab79.0134-21.1773-3.0140
CIE-Lab83.1422-18.8368-7.8088

#9cdadd color RGB value is (156,218,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011010 11011101
Octal 234 332 335
Decimal 156 218 221
Hex 9C DA DD

RGB Percentages of Color #9cdadd

%26.22
%36.64
%37.14

CMYK Percentages of Color #9cdadd

%29
%1
%0
%13

Triadic Colors of #9cdadd

#9cdadd #dd9cda #dadd9c

Analogous Colors of #9cdadd

#9cdadd #9cbadd #9cddc0

Monochromatic Colors of #9cdadd

#9cdadd

Complementary Color

#9cdadd #dd9f9c

#9cdadd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdadd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdadd Color CSS Codes

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

#9cdadd Text Font Color

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

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


#9cdadd Background Color

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

This div background color is #9cdadd


#9cdadd Border Color

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

This div border color is #9cdadd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdadd


Comments

No comments written yet.

Please login to write comment.