Color Hex Logo

#8eabbd Color Hex

#8EABBD
(142,171,189)
2 Favorites   0 Comments

Color spaces of #8eabbd

RGB 142171189
HSL0.560.260.65
HSV203°25°74°
CMYK 0.250.100.00   0.26
XYZ34.903538.550753.7455
Yxy38.55070.27440.3031
Hunter Lab62.0892-8.3122-7.8600
CIE-Lab68.4245-5.8463-12.5012

#8eabbd color RGB value is (142,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101011 10111101
Octal 216 253 275
Decimal 142 171 189
Hex 8E AB BD

RGB Percentages of Color #8eabbd

%28.29
%34.06
%37.65

CMYK Percentages of Color #8eabbd

%25
%10
%0
%26

Triadic Colors of #8eabbd

#8eabbd #bd8eab #abbd8e

Analogous Colors of #8eabbd

#8eabbd #8e94bd #8ebdb8

Monochromatic Colors of #8eabbd

#8eabbd

Complementary Color

#8eabbd #bda08e

#8eabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eabbd Color CSS Codes

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

#8eabbd Text Font Color

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

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


#8eabbd Background Color

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

This div background color is #8eabbd


#8eabbd Border Color

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

This div border color is #8eabbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eabbd

#8eabbd Color Palettes


Comments

No comments written yet.

Please login to write comment.