Color Hex Logo

#9ee4bf Color Hex

#9EE4BF
(158,228,191)
0 Favorites   0 Comments

Color spaces of #9ee4bf

RGB 158228191
HSL0.410.560.76
HSV148°31°89°
CMYK 0.310.000.16   0.11
XYZ51.247966.517559.4283
Yxy66.51750.28920.3754
Hunter Lab81.5583-30.564813.8885
CIE-Lab85.2597-29.506611.1396

#9ee4bf color RGB value is (158,228,191).

#9ee4bf hex color red value is 158, green value is 228 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9ee4bf hue: 0.41 , saturation: 0.56 and the lightness value of 9ee4bf is 0.76.

The process color (four color CMYK) of #9ee4bf color hex is 0.31, 0.00, 0.16, 0.11. Web safe color of #9ee4bf is #99cccc. Color #9ee4bf contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 11100100 10111111
Octal 236 344 277
Decimal 158 228 191
Hex 9E E4 BF

RGB Percentages of Color #9ee4bf

%27.38
%39.51
%33.10

CMYK Percentages of Color #9ee4bf

%31
%0
%16
%11

Triadic Colors of #9ee4bf

#9ee4bf #bf9ee4 #e4bf9e

Analogous Colors of #9ee4bf

#9ee4bf #9ee4e2 #a0e49e

Monochromatic Colors of #9ee4bf

#9ee4bf

Complementary Color

#9ee4bf #e49ec3

#9ee4bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9ee4bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9ee4bf Color CSS Codes

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

#9ee4bf Text Font Color

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

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


#9ee4bf Background Color

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

This div background color is #9ee4bf


#9ee4bf Border Color

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

This div border color is #9ee4bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9ee4bf


Comments

No comments written yet.

Please login to write comment.