Color Hex Logo

#9edcaf Color Hex

#9EDCAF
(158,220,175)
0 Favorites   0 Comments

Color spaces of #9edcaf

RGB 158220175
HSL0.380.470.74
HSV136°28°86°
CMYK 0.280.000.20   0.14
XYZ47.431661.550649.9380
Yxy61.55060.29850.3873
Hunter Lab78.4542-29.377817.1784
CIE-Lab82.6739-28.724015.8909

#9edcaf color RGB value is (158,220,175).

#9edcaf hex color red value is 158, green value is 220 and the blue value of its RGB is 175. Cylindrical-coordinate representations (also known as HSL) of color #9edcaf hue: 0.38 , saturation: 0.47 and the lightness value of 9edcaf is 0.74.

The process color (four color CMYK) of #9edcaf color hex is 0.28, 0.00, 0.20, 0.14. Web safe color of #9edcaf is #99cc99. Color #9edcaf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11011100 10101111
Octal 236 334 257
Decimal 158 220 175
Hex 9E DC AF

RGB Percentages of Color #9edcaf

%28.57
%39.78
%31.65

CMYK Percentages of Color #9edcaf

%28
%0
%20
%14

Triadic Colors of #9edcaf

#9edcaf #af9edc #dcaf9e

Analogous Colors of #9edcaf

#9edcaf #9edcce #acdc9e

Monochromatic Colors of #9edcaf

#9edcaf

Complementary Color

#9edcaf #dc9ecb

#9edcaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9edcaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9edcaf Color CSS Codes

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

#9edcaf Text Font Color

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

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


#9edcaf Background Color

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

This div background color is #9edcaf


#9edcaf Border Color

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

This div border color is #9edcaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9edcaf


Comments

No comments written yet.

Please login to write comment.