Color Hex Logo

#8eaad3 Color Hex

#8EAAD3
(142,170,211)
0 Favorites   0 Comments

Color spaces of #8eaad3

RGB 142170211
HSL0.600.440.69
HSV216°33°83°
CMYK 0.330.190.00   0.17
XYZ37.287939.203467.2297
Yxy39.20340.25940.2728
Hunter Lab62.6126-3.2694-19.8332
CIE-Lab68.89830.0859-23.9297

#8eaad3 color RGB value is (142,170,211).

#8eaad3 hex color red value is 142, green value is 170 and the blue value of its RGB is 211. Cylindrical-coordinate representations (also known as HSL) of color #8eaad3 hue: 0.60 , saturation: 0.44 and the lightness value of 8eaad3 is 0.69.

The process color (four color CMYK) of #8eaad3 color hex is 0.33, 0.19, 0.00, 0.17. Web safe color of #8eaad3 is #9999cc. Color #8eaad3 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101010 11010011
Octal 216 252 323
Decimal 142 170 211
Hex 8E AA D3

RGB Percentages of Color #8eaad3

%27.15
%32.50
%40.34

CMYK Percentages of Color #8eaad3

%33
%19
%0
%17

Triadic Colors of #8eaad3

#8eaad3 #d38eaa #aad38e

Analogous Colors of #8eaad3

#8eaad3 #958ed3 #8ecdd3

Monochromatic Colors of #8eaad3

#8eaad3

Complementary Color

#8eaad3 #d3b78e

#8eaad3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eaad3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eaad3 Color CSS Codes

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

#8eaad3 Text Font Color

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

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


#8eaad3 Background Color

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

This div background color is #8eaad3


#8eaad3 Border Color

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

This div border color is #8eaad3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eaad3


Comments

No comments written yet.

Please login to write comment.