Color Hex Logo

#8eaadc Color Hex

#8EAADC
(142,170,220)
0 Favorites   0 Comments

Color spaces of #8eaadc

RGB 142170220
HSL0.610.530.71
HSV218°35°86°
CMYK 0.350.230.00   0.14
XYZ38.448339.667573.3403
Yxy39.66750.25390.2619
Hunter Lab62.9821-1.2510-24.9534
CIE-Lab69.23202.4057-28.3653

#8eaadc color RGB value is (142,170,220).

#8eaadc hex color red value is 142, green value is 170 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #8eaadc hue: 0.61 , saturation: 0.53 and the lightness value of 8eaadc is 0.71.

The process color (four color CMYK) of #8eaadc color hex is 0.35, 0.23, 0.00, 0.14. Web safe color of #8eaadc is #9999cc. Color #8eaadc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101010 11011100
Octal 216 252 334
Decimal 142 170 220
Hex 8E AA DC

RGB Percentages of Color #8eaadc

%26.69
%31.95
%41.35

CMYK Percentages of Color #8eaadc

%35
%23
%0
%14

Triadic Colors of #8eaadc

#8eaadc #dc8eaa #aadc8e

Analogous Colors of #8eaadc

#8eaadc #998edc #8ed1dc

Monochromatic Colors of #8eaadc

#8eaadc

Complementary Color

#8eaadc #dcc08e

#8eaadc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eaadc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eaadc Color CSS Codes

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

#8eaadc Text Font Color

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

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


#8eaadc Background Color

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

This div background color is #8eaadc


#8eaadc Border Color

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

This div border color is #8eaadc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eaadc


Comments

No comments written yet.

Please login to write comment.