Color Hex Logo

#9cdedd Color Hex

#9CDEDD
(156,222,221)
0 Favorites   0 Comments

Color spaces of #9cdedd

RGB 156222221
HSL0.500.500.74
HSV179°30°87°
CMYK 0.300.000.00   0.13
XYZ52.882764.530978.0751
Yxy64.53090.27050.3301
Hunter Lab80.3311-23.0713-1.3931
CIE-Lab84.2414-20.8354-6.1814

#9cdedd color RGB value is (156,222,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011100 11011110 11011101
Octal 234 336 335
Decimal 156 222 221
Hex 9C DE DD

RGB Percentages of Color #9cdedd

%26.04
%37.06
%36.89

CMYK Percentages of Color #9cdedd

%30
%0
%0
%13

Triadic Colors of #9cdedd

#9cdedd #dd9cde #dedd9c

Analogous Colors of #9cdedd

#9cdedd #9cbede #9cdebc

Monochromatic Colors of #9cdedd

#9cdedd

Complementary Color

#9cdedd #de9c9d

#9cdedd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9cdedd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9cdedd Color CSS Codes

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

#9cdedd Text Font Color

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

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


#9cdedd Background Color

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

This div background color is #9cdedd


#9cdedd Border Color

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

This div border color is #9cdedd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9cdedd


Comments

No comments written yet.

Please login to write comment.