Color Hex Logo

#8eafdc Color Hex

#8EAFDC
(142,175,220)
0 Favorites   0 Comments

Color spaces of #8eafdc

RGB 142175220
HSL0.600.530.71
HSV215°35°86°
CMYK 0.350.200.00   0.14
XYZ39.403641.578073.6587
Yxy41.57800.25480.2689
Hunter Lab64.4810-3.7625-22.5921
CIE-Lab70.5790-0.3625-26.2963

#8eafdc color RGB value is (142,175,220).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101111 11011100
Octal 216 257 334
Decimal 142 175 220
Hex 8E AF DC

RGB Percentages of Color #8eafdc

%26.44
%32.59
%40.97

CMYK Percentages of Color #8eafdc

%35
%20
%0
%14

Triadic Colors of #8eafdc

#8eafdc #dc8eaf #afdc8e

Analogous Colors of #8eafdc

#8eafdc #948edc #8ed6dc

Monochromatic Colors of #8eafdc

#8eafdc

Complementary Color

#8eafdc #dcbb8e

#8eafdc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eafdc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eafdc Color CSS Codes

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

#8eafdc Text Font Color

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

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


#8eafdc Background Color

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

This div background color is #8eafdc


#8eafdc Border Color

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

This div border color is #8eafdc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eafdc


Comments

No comments written yet.

Please login to write comment.