Color Hex Logo

#9edcdd Color Hex

#9EDCDD
(158,220,221)
0 Favorites   0 Comments

Color spaces of #9edcdd

RGB 158220221
HSL0.500.480.74
HSV181°29°87°
CMYK 0.290.000.00   0.13
XYZ52.744963.676077.9174
Yxy63.67600.27140.3277
Hunter Lab79.7972-21.6591-2.0352
CIE-Lab83.7968-19.2764-6.8274

#9edcdd color RGB value is (158,220,221).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011100 11011101
Octal 236 334 335
Decimal 158 220 221
Hex 9E DC DD

RGB Percentages of Color #9edcdd

%26.38
%36.73
%36.89

CMYK Percentages of Color #9edcdd

%29
%0
%0
%13

Triadic Colors of #9edcdd

#9edcdd #dd9edc #dcdd9e

Analogous Colors of #9edcdd

#9edcdd #9ebddd #9eddbf

Monochromatic Colors of #9edcdd

#9edcdd

Complementary Color

#9edcdd #dd9f9e

#9edcdd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edcdd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edcdd Color CSS Codes

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

#9edcdd Text Font Color

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

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


#9edcdd Background Color

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

This div background color is #9edcdd


#9edcdd Border Color

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

This div border color is #9edcdd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edcdd


Comments

No comments written yet.

Please login to write comment.