Color Hex Logo

#9eafba Color Hex

#9EAFBA
(158,175,186)
0 Favorites   0 Comments

Color spaces of #9eafba

RGB 158175186
HSL0.570.170.67
HSV204°15°73°
CMYK 0.150.060.00   0.27
XYZ38.293441.474252.4414
Yxy41.47420.28960.3137
Hunter Lab64.4005-6.5623-3.1996
CIE-Lab70.5069-3.5865-7.6220

#9eafba color RGB value is (158,175,186).

#9eafba hex color red value is 158, green value is 175 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #9eafba hue: 0.57 , saturation: 0.17 and the lightness value of 9eafba is 0.67.

The process color (four color CMYK) of #9eafba color hex is 0.15, 0.06, 0.00, 0.27. Web safe color of #9eafba is #9999cc. Color #9eafba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101111 10111010
Octal 236 257 272
Decimal 158 175 186
Hex 9E AF BA

RGB Percentages of Color #9eafba

%30.44
%33.72
%35.84

CMYK Percentages of Color #9eafba

%15
%6
%0
%27

Triadic Colors of #9eafba

#9eafba #ba9eaf #afba9e

Analogous Colors of #9eafba

#9eafba #9ea1ba #9ebab7

Monochromatic Colors of #9eafba

#9eafba

Complementary Color

#9eafba #baa99e

#9eafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eafba Color CSS Codes

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

#9eafba Text Font Color

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

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


#9eafba Background Color

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

This div background color is #9eafba


#9eafba Border Color

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

This div border color is #9eafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eafba


Comments

No comments written yet.

Please login to write comment.