Color Hex Logo

#9eabcf Color Hex

#9EABCF
(158,171,207)
0 Favorites   0 Comments

Color spaces of #9eabcf

RGB 158171207
HSL0.620.340.72
HSV224°24°81°
CMYK 0.240.170.00   0.19
XYZ39.925940.899964.8216
Yxy40.89990.27410.2808
Hunter Lab63.9530-0.4802-15.3281
CIE-Lab70.10573.3175-19.7898

#9eabcf color RGB value is (158,171,207).

#9eabcf hex color red value is 158, green value is 171 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #9eabcf hue: 0.62 , saturation: 0.34 and the lightness value of 9eabcf is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10011110 10101011 11001111
Octal 236 253 317
Decimal 158 171 207
Hex 9E AB CF

RGB Percentages of Color #9eabcf

%29.48
%31.90
%38.62

CMYK Percentages of Color #9eabcf

%24
%17
%0
%19

Triadic Colors of #9eabcf

#9eabcf #cf9eab #abcf9e

Analogous Colors of #9eabcf

#9eabcf #aa9ecf #9ec4cf

Monochromatic Colors of #9eabcf

#9eabcf

Complementary Color

#9eabcf #cfc29e

#9eabcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#9eabcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#9eabcf Color CSS Codes

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

#9eabcf Text Font Color

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

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


#9eabcf Background Color

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

This div background color is #9eabcf


#9eabcf Border Color

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

This div border color is #9eabcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #9eabcf


Comments

No comments written yet.

Please login to write comment.