Color Hex Logo

#9eede2 Color Hex

#9EEDE2
(158,237,226)
0 Favorites   0 Comments

Color spaces of #9eede2

RGB 158237226
HSL0.480.690.77
HSV172°33°93°
CMYK 0.330.000.05   0.07
XYZ58.112273.328583.0425
Yxy73.32850.27090.3419
Hunter Lab85.6321-28.72122.4454
CIE-Lab88.6042-26.5084-2.3781

#9eede2 color RGB value is (158,237,226).

#9eede2 hex color red value is 158, green value is 237 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #9eede2 hue: 0.48 , saturation: 0.69 and the lightness value of 9eede2 is 0.77.

The process color (four color CMYK) of #9eede2 color hex is 0.33, 0.00, 0.05, 0.07. Web safe color of #9eede2 is #99ffcc. Color #9eede2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101101 11100010
Octal 236 355 342
Decimal 158 237 226
Hex 9E ED E2

RGB Percentages of Color #9eede2

%25.44
%38.16
%36.39

CMYK Percentages of Color #9eede2

%33
%0
%5
%7

Triadic Colors of #9eede2

#9eede2 #e29eed #ede29e

Analogous Colors of #9eede2

#9eede2 #9ed1ed #9eedbb

Monochromatic Colors of #9eede2

#9eede2

Complementary Color

#9eede2 #ed9ea9

#9eede2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eede2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eede2 Color CSS Codes

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

#9eede2 Text Font Color

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

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


#9eede2 Background Color

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

This div background color is #9eede2


#9eede2 Border Color

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

This div border color is #9eede2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eede2


Comments

No comments written yet.

Please login to write comment.