Color Hex Logo

#9eedcc Color Hex

#9EEDCC
(158,237,204)
0 Favorites   0 Comments

Color spaces of #9eedcc

RGB 158237204
HSL0.430.690.77
HSV155°33°93°
CMYK 0.330.000.14   0.07
XYZ55.283872.197168.1484
Yxy72.19710.28260.3691
Hunter Lab84.9689-32.557011.9253
CIE-Lab88.0634-31.17728.3412

#9eedcc color RGB value is (158,237,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101101 11001100
Octal 236 355 314
Decimal 158 237 204
Hex 9E ED CC

RGB Percentages of Color #9eedcc

%26.38
%39.57
%34.06

CMYK Percentages of Color #9eedcc

%33
%0
%14
%7

Triadic Colors of #9eedcc

#9eedcc #cc9eed #edcc9e

Analogous Colors of #9eedcc

#9eedcc #9ee7ed #9eeda5

Monochromatic Colors of #9eedcc

#9eedcc

Complementary Color

#9eedcc #ed9ebf

#9eedcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eedcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eedcc Color CSS Codes

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

#9eedcc Text Font Color

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

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


#9eedcc Background Color

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

This div background color is #9eedcc


#9eedcc Border Color

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

This div border color is #9eedcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eedcc


Comments

No comments written yet.

Please login to write comment.