Color Hex Logo

#8eacdc Color Hex

#8EACDC
(142,172,220)
0 Favorites   0 Comments

Color spaces of #8eacdc

RGB 142172220
HSL0.600.530.71
HSV217°35°86°
CMYK 0.350.220.00   0.14
XYZ38.826140.423173.4662
Yxy40.42310.25420.2647
Hunter Lab63.5792-2.2583-24.0046
CIE-Lab69.76981.2950-27.5383

#8eacdc color RGB value is (142,172,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101100 11011100
Octal 216 254 334
Decimal 142 172 220
Hex 8E AC DC

RGB Percentages of Color #8eacdc

%26.59
%32.21
%41.20

CMYK Percentages of Color #8eacdc

%35
%22
%0
%14

Triadic Colors of #8eacdc

#8eacdc #dc8eac #acdc8e

Analogous Colors of #8eacdc

#8eacdc #978edc #8ed3dc

Monochromatic Colors of #8eacdc

#8eacdc

Complementary Color

#8eacdc #dcbe8e

#8eacdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eacdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eacdc Color CSS Codes

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

#8eacdc Text Font Color

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

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


#8eacdc Background Color

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

This div background color is #8eacdc


#8eacdc Border Color

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

This div border color is #8eacdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eacdc


Comments

No comments written yet.

Please login to write comment.