Color Hex Logo

#9ed4bf Color Hex

#9ED4BF
(158,212,191)
0 Favorites   0 Comments

Color spaces of #9ed4bf

RGB 158212191
HSL0.440.390.73
HSV157°25°83°
CMYK 0.250.000.10   0.17
XYZ47.048058.117758.0284
Yxy58.11770.28830.3561
Hunter Lab76.2350-23.25098.2342
CIE-Lab80.8042-21.73724.7513

#9ed4bf color RGB value is (158,212,191).

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

The process color (four color CMYK) of #9ed4bf color hex is 0.25, 0.00, 0.10, 0.17. Web safe color of #9ed4bf is #99cccc. Color #9ed4bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11010100 10111111
Octal 236 324 277
Decimal 158 212 191
Hex 9E D4 BF

RGB Percentages of Color #9ed4bf

%28.16
%37.79
%34.05

CMYK Percentages of Color #9ed4bf

%25
%0
%10
%17

Triadic Colors of #9ed4bf

#9ed4bf #bf9ed4 #d4bf9e

Analogous Colors of #9ed4bf

#9ed4bf #9eced4 #9ed4a4

Monochromatic Colors of #9ed4bf

#9ed4bf

Complementary Color

#9ed4bf #d49eb3

#9ed4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ed4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ed4bf Color CSS Codes

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

#9ed4bf Text Font Color

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

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


#9ed4bf Background Color

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

This div background color is #9ed4bf


#9ed4bf Border Color

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

This div border color is #9ed4bf


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(158,212,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 #9ed4bf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ed4bf


Comments

No comments written yet.

Please login to write comment.