Color Hex Logo

#9eafbd Color Hex

#9EAFBD
(158,175,189)
0 Favorites   0 Comments

Color spaces of #9eafbd

RGB 158175189
HSL0.580.190.68
HSV207°16°74°
CMYK 0.160.070.00   0.26
XYZ38.615841.603254.1391
Yxy41.60320.28740.3096
Hunter Lab64.5005-6.0099-4.6152
CIE-Lab70.5965-2.9392-9.1414

#9eafbd color RGB value is (158,175,189).

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

The process color (four color CMYK) of #9eafbd color hex is 0.16, 0.07, 0.00, 0.26. Web safe color of #9eafbd is #9999cc. Color #9eafbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101111 10111101
Octal 236 257 275
Decimal 158 175 189
Hex 9E AF BD

RGB Percentages of Color #9eafbd

%30.27
%33.52
%36.21

CMYK Percentages of Color #9eafbd

%16
%7
%0
%26

Triadic Colors of #9eafbd

#9eafbd #bd9eaf #afbd9e

Analogous Colors of #9eafbd

#9eafbd #9ea0bd #9ebdbc

Monochromatic Colors of #9eafbd

#9eafbd

Complementary Color

#9eafbd #bdac9e

#9eafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eafbd Color CSS Codes

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

#9eafbd Text Font Color

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

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


#9eafbd Background Color

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

This div background color is #9eafbd


#9eafbd Border Color

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

This div border color is #9eafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eafbd


Comments

No comments written yet.

Please login to write comment.