Color Hex Logo

#8eaedc Color Hex

#8EAEDC
(142,174,220)
0 Favorites   0 Comments

Color spaces of #8eaedc

RGB 142174220
HSL0.600.530.71
HSV215°35°86°
CMYK 0.350.210.00   0.14
XYZ39.209641.190273.5941
Yxy41.19020.25460.2675
Hunter Lab64.1796-3.2623-23.0615
CIE-Lab70.30900.1885-26.7105

#8eaedc color RGB value is (142,174,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101110 11011100
Octal 216 256 334
Decimal 142 174 220
Hex 8E AE DC

RGB Percentages of Color #8eaedc

%26.49
%32.46
%41.04

CMYK Percentages of Color #8eaedc

%35
%21
%0
%14

Triadic Colors of #8eaedc

#8eaedc #dc8eae #aedc8e

Analogous Colors of #8eaedc

#8eaedc #958edc #8ed5dc

Monochromatic Colors of #8eaedc

#8eaedc

Complementary Color

#8eaedc #dcbc8e

#8eaedc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eaedc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eaedc Color CSS Codes

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

#8eaedc Text Font Color

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

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


#8eaedc Background Color

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

This div background color is #8eaedc


#8eaedc Border Color

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

This div border color is #8eaedc


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(142,174,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 #8eaedc">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eaedc


Comments

No comments written yet.

Please login to write comment.