Color Hex Logo

#9edcda Color Hex

#9EDCDA
(158,220,218)
0 Favorites   0 Comments

Color spaces of #9edcda

RGB 158220218
HSL0.490.470.74
HSV178°28°86°
CMYK 0.280.000.01   0.14
XYZ52.348663.517575.8307
Yxy63.51750.27310.3313
Hunter Lab79.6979-22.2257-0.6246
CIE-Lab83.7139-19.9508-5.3589

#9edcda color RGB value is (158,220,218).

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

The process color (four color CMYK) of #9edcda color hex is 0.28, 0.00, 0.01, 0.14. Web safe color of #9edcda is #99cccc. Color #9edcda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011100 11011010
Octal 236 334 332
Decimal 158 220 218
Hex 9E DC DA

RGB Percentages of Color #9edcda

%26.51
%36.91
%36.58

CMYK Percentages of Color #9edcda

%28
%0
%1
%14

Triadic Colors of #9edcda

#9edcda #da9edc #dcda9e

Analogous Colors of #9edcda

#9edcda #9ebfdc #9edcbb

Monochromatic Colors of #9edcda

#9edcda

Complementary Color

#9edcda #dc9ea0

#9edcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edcda Color CSS Codes

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

#9edcda Text Font Color

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

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


#9edcda Background Color

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

This div background color is #9edcda


#9edcda Border Color

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

This div border color is #9edcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edcda


Comments

No comments written yet.

Please login to write comment.