Color Hex Logo

#8eafd0 Color Hex

#8EAFD0
(142,175,208)
0 Favorites   0 Comments

Color spaces of #8eafd0

RGB 142175208
HSL0.580.410.69
HSV210°32°82°
CMYK 0.320.160.00   0.18
XYZ37.870540.964865.5855
Yxy40.96480.26220.2836
Hunter Lab64.0037-6.3896-15.9526
CIE-Lab70.1513-3.4181-20.3697

#8eafd0 color RGB value is (142,175,208).

#8eafd0 hex color red value is 142, green value is 175 and the blue value of its RGB is 208. Cylindrical-coordinate representations (also known as HSL) of color #8eafd0 hue: 0.58 , saturation: 0.41 and the lightness value of 8eafd0 is 0.69.

The process color (four color CMYK) of #8eafd0 color hex is 0.32, 0.16, 0.00, 0.18. Web safe color of #8eafd0 is #9999cc. Color #8eafd0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101111 11010000
Octal 216 257 320
Decimal 142 175 208
Hex 8E AF D0

RGB Percentages of Color #8eafd0

%27.05
%33.33
%39.62

CMYK Percentages of Color #8eafd0

%32
%16
%0
%18

Triadic Colors of #8eafd0

#8eafd0 #d08eaf #afd08e

Analogous Colors of #8eafd0

#8eafd0 #8e8ed0 #8ed0d0

Monochromatic Colors of #8eafd0

#8eafd0

Complementary Color

#8eafd0 #d0af8e

#8eafd0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eafd0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eafd0 Color CSS Codes

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

#8eafd0 Text Font Color

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

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


#8eafd0 Background Color

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

This div background color is #8eafd0


#8eafd0 Border Color

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

This div border color is #8eafd0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eafd0


Comments

No comments written yet.

Please login to write comment.