Color Hex Logo

#9eedea Color Hex

#9EEDEA
(158,237,234)
0 Favorites   0 Comments

Color spaces of #9eedea

RGB 158237234
HSL0.490.690.77
HSV178°33°93°
CMYK 0.330.000.01   0.07
XYZ59.236073.778088.9604
Yxy73.77800.26690.3324
Hunter Lab85.8941-27.2140-1.2807
CIE-Lab88.8175-24.7097-6.2518

#9eedea color RGB value is (158,237,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101101 11101010
Octal 236 355 352
Decimal 158 237 234
Hex 9E ED EA

RGB Percentages of Color #9eedea

%25.12
%37.68
%37.20

CMYK Percentages of Color #9eedea

%33
%0
%1
%7

Triadic Colors of #9eedea

#9eedea #ea9eed #edea9e

Analogous Colors of #9eedea

#9eedea #9ec9ed #9eedc3

Monochromatic Colors of #9eedea

#9eedea

Complementary Color

#9eedea #ed9ea1

#9eedea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eedea Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eedea Color CSS Codes

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

#9eedea Text Font Color

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

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


#9eedea Background Color

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

This div background color is #9eedea


#9eedea Border Color

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

This div border color is #9eedea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eedea


Comments

No comments written yet.

Please login to write comment.