Color Hex Logo

#9ededc Color Hex

#9EDEDC
(158,222,220)
0 Favorites   0 Comments

Color spaces of #9ededc

RGB 158222220
HSL0.490.490.75
HSV178°29°87°
CMYK 0.290.000.01   0.13
XYZ53.140164.679077.3937
Yxy64.67900.27220.3313
Hunter Lab80.4233-22.7959-0.7603
CIE-Lab84.3181-20.4995-5.5270

#9ededc color RGB value is (158,222,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011110 11011100
Octal 236 336 334
Decimal 158 222 220
Hex 9E DE DC

RGB Percentages of Color #9ededc

%26.33
%37.00
%36.67

CMYK Percentages of Color #9ededc

%29
%0
%1
%13

Triadic Colors of #9ededc

#9ededc #dc9ede #dedc9e

Analogous Colors of #9ededc

#9ededc #9ec0de #9edebc

Monochromatic Colors of #9ededc

#9ededc

Complementary Color

#9ededc #de9ea0

#9ededc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ededc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ededc Color CSS Codes

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

#9ededc Text Font Color

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

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


#9ededc Background Color

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

This div background color is #9ededc


#9ededc Border Color

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

This div border color is #9ededc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ededc

#9ededc Color Palettes


Comments

No comments written yet.

Please login to write comment.