Color Hex Logo

#8eadc2 Color Hex

#8EADC2
(142,173,194)
0 Favorites   0 Comments

Color spaces of #8eadc2

RGB 142173194
HSL0.570.300.66
HSV204°27°76°
CMYK 0.270.110.00   0.24
XYZ35.836539.533056.7808
Yxy39.53300.27120.2992
Hunter Lab62.8753-8.2936-9.5304
CIE-Lab69.1356-5.7489-14.1964

#8eadc2 color RGB value is (142,173,194).

#8eadc2 hex color red value is 142, green value is 173 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #8eadc2 hue: 0.57 , saturation: 0.30 and the lightness value of 8eadc2 is 0.66.

The process color (four color CMYK) of #8eadc2 color hex is 0.27, 0.11, 0.00, 0.24. Web safe color of #8eadc2 is #9999cc. Color #8eadc2 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101101 11000010
Octal 216 255 302
Decimal 142 173 194
Hex 8E AD C2

RGB Percentages of Color #8eadc2

%27.90
%33.99
%38.11

CMYK Percentages of Color #8eadc2

%27
%11
%0
%24

Triadic Colors of #8eadc2

#8eadc2 #c28ead #adc28e

Analogous Colors of #8eadc2

#8eadc2 #8e93c2 #8ec2bd

Monochromatic Colors of #8eadc2

#8eadc2

Complementary Color

#8eadc2 #c2a38e

#8eadc2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eadc2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eadc2 Color CSS Codes

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

#8eadc2 Text Font Color

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

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


#8eadc2 Background Color

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

This div background color is #8eadc2


#8eadc2 Border Color

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

This div border color is #8eadc2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eadc2


Comments

No comments written yet.

Please login to write comment.