Color Hex Logo

#9edcd8 Color Hex

#9EDCD8
(158,220,216)
0 Favorites   0 Comments

Color spaces of #9edcd8

RGB 158220216
HSL0.490.470.74
HSV176°28°86°
CMYK 0.280.000.02   0.14
XYZ52.088463.413474.4604
Yxy63.41340.27420.3338
Hunter Lab79.6325-22.59840.3037
CIE-Lab83.6594-20.3960-4.3785

#9edcd8 color RGB value is (158,220,216).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011100 11011000
Octal 236 334 330
Decimal 158 220 216
Hex 9E DC D8

RGB Percentages of Color #9edcd8

%26.60
%37.04
%36.36

CMYK Percentages of Color #9edcd8

%28
%0
%2
%14

Triadic Colors of #9edcd8

#9edcd8 #d89edc #dcd89e

Analogous Colors of #9edcd8

#9edcd8 #9ec1dc #9edcb9

Monochromatic Colors of #9edcd8

#9edcd8

Complementary Color

#9edcd8 #dc9ea2

#9edcd8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edcd8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edcd8 Color CSS Codes

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

#9edcd8 Text Font Color

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

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


#9edcd8 Background Color

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

This div background color is #9edcd8


#9edcd8 Border Color

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

This div border color is #9edcd8


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,220,216, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edcd8

#9edcd8 Color Palettes


Comments

No comments written yet.

Please login to write comment.