Color Hex Logo

#9ed0bf Color Hex

#9ED0BF
(158,208,191)
0 Favorites   0 Comments

Color spaces of #9ed0bf

RGB 158208191
HSL0.440.350.72
HSV160°24°82°
CMYK 0.240.000.08   0.18
XYZ46.060456.142457.6991
Yxy56.14240.28810.3511
Hunter Lab74.9282-21.39576.7930
CIE-Lab79.6948-19.74243.1459

#9ed0bf color RGB value is (158,208,191).

#9ed0bf hex color red value is 158, green value is 208 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9ed0bf hue: 0.44 , saturation: 0.35 and the lightness value of 9ed0bf is 0.72.

The process color (four color CMYK) of #9ed0bf color hex is 0.24, 0.00, 0.08, 0.18. Web safe color of #9ed0bf is #99cccc. Color #9ed0bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11010000 10111111
Octal 236 320 277
Decimal 158 208 191
Hex 9E D0 BF

RGB Percentages of Color #9ed0bf

%28.37
%37.34
%34.29

CMYK Percentages of Color #9ed0bf

%24
%0
%8
%18

Triadic Colors of #9ed0bf

#9ed0bf #bf9ed0 #d0bf9e

Analogous Colors of #9ed0bf

#9ed0bf #9ec8d0 #9ed0a6

Monochromatic Colors of #9ed0bf

#9ed0bf

Complementary Color

#9ed0bf #d09eaf

#9ed0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ed0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ed0bf Color CSS Codes

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

#9ed0bf Text Font Color

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

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


#9ed0bf Background Color

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

This div background color is #9ed0bf


#9ed0bf Border Color

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

This div border color is #9ed0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ed0bf


Comments

No comments written yet.

Please login to write comment.