Color Hex Logo

#9eafbf Color Hex

#9EAFBF
(158,175,191)
0 Favorites   0 Comments

Color spaces of #9eafbf

RGB 158175191
HSL0.580.200.68
HSV209°17°75°
CMYK 0.170.080.00   0.25
XYZ38.834541.690655.2905
Yxy41.69060.28590.3070
Hunter Lab64.5683-5.6358-5.5729
CIE-Lab70.6571-2.5026-10.1523

#9eafbf color RGB value is (158,175,191).

#9eafbf hex color red value is 158, green value is 175 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #9eafbf hue: 0.58 , saturation: 0.20 and the lightness value of 9eafbf is 0.68.

The process color (four color CMYK) of #9eafbf color hex is 0.17, 0.08, 0.00, 0.25. Web safe color of #9eafbf is #9999cc. Color #9eafbf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101111 10111111
Octal 236 257 277
Decimal 158 175 191
Hex 9E AF BF

RGB Percentages of Color #9eafbf

%30.15
%33.40
%36.45

CMYK Percentages of Color #9eafbf

%17
%8
%0
%25

Triadic Colors of #9eafbf

#9eafbf #bf9eaf #afbf9e

Analogous Colors of #9eafbf

#9eafbf #9e9fbf #9ebfbf

Monochromatic Colors of #9eafbf

#9eafbf

Complementary Color

#9eafbf #bfae9e

#9eafbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eafbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eafbf Color CSS Codes

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

#9eafbf Text Font Color

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

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


#9eafbf Background Color

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

This div background color is #9eafbf


#9eafbf Border Color

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

This div border color is #9eafbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eafbf

#9eafbf Color Palettes


Comments

No comments written yet.

Please login to write comment.