Color Hex Logo

#8eadca Color Hex

#8EADCA
(142,173,202)
0 Favorites   0 Comments

Color spaces of #8eadca

RGB 142173202
HSL0.580.360.67
HSV209°30°79°
CMYK 0.300.140.00   0.21
XYZ36.759639.902261.6416
Yxy39.90220.26580.2885
Hunter Lab63.1682-6.6694-13.6394
CIE-Lab69.3998-3.8125-18.2094

#8eadca color RGB value is (142,173,202).

#8eadca hex color red value is 142, green value is 173 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8eadca hue: 0.58 , saturation: 0.36 and the lightness value of 8eadca is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101101 11001010
Octal 216 255 312
Decimal 142 173 202
Hex 8E AD CA

RGB Percentages of Color #8eadca

%27.47
%33.46
%39.07

CMYK Percentages of Color #8eadca

%30
%14
%0
%21

Triadic Colors of #8eadca

#8eadca #ca8ead #adca8e

Analogous Colors of #8eadca

#8eadca #8e8fca #8ecac9

Monochromatic Colors of #8eadca

#8eadca

Complementary Color

#8eadca #caab8e

#8eadca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eadca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eadca Color CSS Codes

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

#8eadca Text Font Color

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

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


#8eadca Background Color

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

This div background color is #8eadca


#8eadca Border Color

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

This div border color is #8eadca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eadca


Comments

No comments written yet.

Please login to write comment.