Color Hex Logo

#9eedcf Color Hex

#9EEDCF
(158,237,207)
0 Favorites   0 Comments

Color spaces of #9eedcf

RGB 158237207
HSL0.440.690.77
HSV157°33°93°
CMYK 0.330.000.13   0.07
XYZ55.647272.342570.0621
Yxy72.34250.28100.3653
Hunter Lab85.0544-32.060810.6990
CIE-Lab88.1332-30.56566.8750

#9eedcf color RGB value is (158,237,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 11101101 11001111
Octal 236 355 317
Decimal 158 237 207
Hex 9E ED CF

RGB Percentages of Color #9eedcf

%26.25
%39.37
%34.39

CMYK Percentages of Color #9eedcf

%33
%0
%13
%7

Triadic Colors of #9eedcf

#9eedcf #cf9eed #edcf9e

Analogous Colors of #9eedcf

#9eedcf #9ee4ed #9eeda8

Monochromatic Colors of #9eedcf

#9eedcf

Complementary Color

#9eedcf #ed9ebc

#9eedcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eedcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eedcf Color CSS Codes

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

#9eedcf Text Font Color

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

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


#9eedcf Background Color

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

This div background color is #9eedcf


#9eedcf Border Color

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

This div border color is #9eedcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eedcf


Comments

No comments written yet.

Please login to write comment.