Color Hex Logo

#9eabbe Color Hex

#9EABBE
(158,171,190)
0 Favorites   0 Comments

Color spaces of #9eabbe

RGB 158171190
HSL0.600.200.68
HSV216°17°75°
CMYK 0.170.100.00   0.25
XYZ37.957740.112654.4571
Yxy40.11260.28640.3027
Hunter Lab63.3345-3.8566-6.6453
CIE-Lab69.5497-0.5428-11.2559

#9eabbe color RGB value is (158,171,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101011 10111110
Octal 236 253 276
Decimal 158 171 190
Hex 9E AB BE

RGB Percentages of Color #9eabbe

%30.44
%32.95
%36.61

CMYK Percentages of Color #9eabbe

%17
%10
%0
%25

Triadic Colors of #9eabbe

#9eabbe #be9eab #abbe9e

Analogous Colors of #9eabbe

#9eabbe #a19ebe #9ebbbe

Monochromatic Colors of #9eabbe

#9eabbe

Complementary Color

#9eabbe #beb19e

#9eabbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eabbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eabbe Color CSS Codes

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

#9eabbe Text Font Color

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

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


#9eabbe Background Color

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

This div background color is #9eabbe


#9eabbe Border Color

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

This div border color is #9eabbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eabbe


Comments

No comments written yet.

Please login to write comment.