Color Hex Logo

#8eadcf Color Hex

#8EADCF
(142,173,207)
0 Favorites   0 Comments

Color spaces of #8eadcf

RGB 142173207
HSL0.590.400.68
HSV211°31°81°
CMYK 0.310.160.00   0.19
XYZ37.361440.142964.8107
Yxy40.14290.26250.2821
Hunter Lab63.3584-5.6188-16.2981
CIE-Lab69.5712-2.5740-20.7020

#8eadcf color RGB value is (142,173,207).

#8eadcf hex color red value is 142, green value is 173 and the blue value of its RGB is 207. Cylindrical-coordinate representations (also known as HSL) of color #8eadcf hue: 0.59 , saturation: 0.40 and the lightness value of 8eadcf is 0.68.

The process color (four color CMYK) of #8eadcf color hex is 0.31, 0.16, 0.00, 0.19. Web safe color of #8eadcf is #9999cc. Color #8eadcf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101101 11001111
Octal 216 255 317
Decimal 142 173 207
Hex 8E AD CF

RGB Percentages of Color #8eadcf

%27.20
%33.14
%39.66

CMYK Percentages of Color #8eadcf

%31
%16
%0
%19

Triadic Colors of #8eadcf

#8eadcf #cf8ead #adcf8e

Analogous Colors of #8eadcf

#8eadcf #908ecf #8ececf

Monochromatic Colors of #8eadcf

#8eadcf

Complementary Color

#8eadcf #cfb08e

#8eadcf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eadcf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eadcf Color CSS Codes

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

#8eadcf Text Font Color

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

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


#8eadcf Background Color

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

This div background color is #8eadcf


#8eadcf Border Color

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

This div border color is #8eadcf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eadcf


Comments

No comments written yet.

Please login to write comment.