Color Hex Logo

#8ea7bb Color Hex

#8EA7BB
(142,167,187)
0 Favorites   0 Comments

Color spaces of #8ea7bb

RGB 142167187
HSL0.570.250.65
HSV207°24°73°
CMYK 0.240.110.00   0.27
XYZ33.943736.976152.3618
Yxy36.97610.27530.2999
Hunter Lab60.8080-6.7732-8.4891
CIE-Lab67.2591-4.1353-13.1423

#8ea7bb color RGB value is (142,167,187).

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

The process color (four color CMYK) of #8ea7bb color hex is 0.24, 0.11, 0.00, 0.27. Web safe color of #8ea7bb is #9999cc. Color #8ea7bb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10100111 10111011
Octal 216 247 273
Decimal 142 167 187
Hex 8E A7 BB

RGB Percentages of Color #8ea7bb

%28.63
%33.67
%37.70

CMYK Percentages of Color #8ea7bb

%24
%11
%0
%27

Triadic Colors of #8ea7bb

#8ea7bb #bb8ea7 #a7bb8e

Analogous Colors of #8ea7bb

#8ea7bb #8e91bb #8ebbb9

Monochromatic Colors of #8ea7bb

#8ea7bb

Complementary Color

#8ea7bb #bba28e

#8ea7bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ea7bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ea7bb Color CSS Codes

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

#8ea7bb Text Font Color

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

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


#8ea7bb Background Color

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

This div background color is #8ea7bb


#8ea7bb Border Color

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

This div border color is #8ea7bb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,167,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ea7bb


Comments

No comments written yet.

Please login to write comment.