Color Hex Logo

#9eedca Color Hex

#9EEDCA
(158,237,202)
0 Favorites   0 Comments

Color spaces of #9eedca

RGB 158237202
HSL0.430.690.77
HSV153°33°93°
CMYK 0.330.000.15   0.07
XYZ55.045472.101766.8929
Yxy72.10170.28370.3716
Hunter Lab84.9127-32.883112.7312
CIE-Lab88.0175-31.58039.3193

#9eedca color RGB value is (158,237,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101101 11001010
Octal 236 355 312
Decimal 158 237 202
Hex 9E ED CA

RGB Percentages of Color #9eedca

%26.47
%39.70
%33.84

CMYK Percentages of Color #9eedca

%33
%0
%15
%7

Triadic Colors of #9eedca

#9eedca #ca9eed #edca9e

Analogous Colors of #9eedca

#9eedca #9ee9ed #9eeda3

Monochromatic Colors of #9eedca

#9eedca

Complementary Color

#9eedca #ed9ec1

#9eedca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eedca Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eedca Color CSS Codes

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

#9eedca Text Font Color

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

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


#9eedca Background Color

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

This div background color is #9eedca


#9eedca Border Color

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

This div border color is #9eedca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eedca


Comments

No comments written yet.

Please login to write comment.