Color Hex Logo

#8eabbf Color Hex

#8EABBF
(142,171,191)
0 Favorites   0 Comments

Color spaces of #8eabbf

RGB 142171191
HSL0.570.280.65
HSV204°26°75°
CMYK 0.260.100.00   0.25
XYZ35.122238.638254.8970
Yxy38.63820.27300.3003
Hunter Lab62.1596-7.9211-8.8509
CIE-Lab68.4884-5.3751-13.5120

#8eabbf color RGB value is (142,171,191).

#8eabbf hex color red value is 142, green value is 171 and the blue value of its RGB is 191. Cylindrical-coordinate representations (also known as HSL) of color #8eabbf hue: 0.57 , saturation: 0.28 and the lightness value of 8eabbf is 0.65.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101011 10111111
Octal 216 253 277
Decimal 142 171 191
Hex 8E AB BF

RGB Percentages of Color #8eabbf

%28.17
%33.93
%37.90

CMYK Percentages of Color #8eabbf

%26
%10
%0
%25

Triadic Colors of #8eabbf

#8eabbf #bf8eab #abbf8e

Analogous Colors of #8eabbf

#8eabbf #8e93bf #8ebfbb

Monochromatic Colors of #8eabbf

#8eabbf

Complementary Color

#8eabbf #bfa28e

#8eabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eabbf Color CSS Codes

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

#8eabbf Text Font Color

<p style="color:#8eabbf">Text here</p>

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


#8eabbf Background Color

<div style="background-color:#8eabbf">
Div content here</div>

This div background color is #8eabbf


#8eabbf Border Color

<div style="border:3px solid #8eabbf">
Div here</div>

This div border color is #8eabbf


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(142,171,191, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #8eabbf; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #8eabbf;
  -webkit-box-shadow: 1px 1px 3px 2px #8eabbf;
  box-shadow:         1px 1px 3px 2px #8eabbf; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,171,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 #8eabbf">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eabbf


Comments

No comments written yet.

Please login to write comment.