Color Hex Logo

#8eafb1 Color Hex

#8EAFB1
(142,175,177)
0 Favorites   0 Comments

Color spaces of #8eafb1

RGB 142175177
HSL0.510.180.63
HSV183°20°69°
CMYK 0.200.010.00   0.31
XYZ34.421139.585147.4215
Yxy39.58510.28350.3260
Hunter Lab62.9167-12.4486-0.6463
CIE-Lab69.1730-10.7295-4.7509

#8eafb1 color RGB value is (142,175,177).

#8eafb1 hex color red value is 142, green value is 175 and the blue value of its RGB is 177. Cylindrical-coordinate representations (also known as HSL) of color #8eafb1 hue: 0.51 , saturation: 0.18 and the lightness value of 8eafb1 is 0.63.

The process color (four color CMYK) of #8eafb1 color hex is 0.20, 0.01, 0.00, 0.31. Web safe color of #8eafb1 is #999999. Color #8eafb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101111 10110001
Octal 216 257 261
Decimal 142 175 177
Hex 8E AF B1

RGB Percentages of Color #8eafb1

%28.74
%35.43
%35.83

CMYK Percentages of Color #8eafb1

%20
%1
%0
%31

Triadic Colors of #8eafb1

#8eafb1 #b18eaf #afb18e

Analogous Colors of #8eafb1

#8eafb1 #8e9eb1 #8eb1a2

Monochromatic Colors of #8eafb1

#8eafb1

Complementary Color

#8eafb1 #b1908e

#8eafb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eafb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eafb1 Color CSS Codes

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

#8eafb1 Text Font Color

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

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


#8eafb1 Background Color

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

This div background color is #8eafb1


#8eafb1 Border Color

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

This div border color is #8eafb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eafb1


Comments

No comments written yet.

Please login to write comment.