Color Hex Logo

#8eacad Color Hex

#8EACAD
(142,172,173)
0 Favorites   0 Comments

Color spaces of #8eacad

RGB 142172173
HSL0.510.160.62
HSV182°18°68°
CMYK 0.180.010.00   0.32
XYZ33.450738.273045.1595
Yxy38.27300.28620.3274
Hunter Lab61.8652-11.74850.0259
CIE-Lab68.2213-10.0087-3.9418

#8eacad color RGB value is (142,172,173).

#8eacad hex color red value is 142, green value is 172 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #8eacad hue: 0.51 , saturation: 0.16 and the lightness value of 8eacad is 0.62.

The process color (four color CMYK) of #8eacad color hex is 0.18, 0.01, 0.00, 0.32. Web safe color of #8eacad is #999999. Color #8eacad contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101100 10101101
Octal 216 254 255
Decimal 142 172 173
Hex 8E AC AD

RGB Percentages of Color #8eacad

%29.16
%35.32
%35.52

CMYK Percentages of Color #8eacad

%18
%1
%0
%32

Triadic Colors of #8eacad

#8eacad #ad8eac #acad8e

Analogous Colors of #8eacad

#8eacad #8e9dad #8ead9f

Monochromatic Colors of #8eacad

#8eacad

Complementary Color

#8eacad #ad8f8e

#8eacad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eacad Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eacad Color CSS Codes

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

#8eacad Text Font Color

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

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


#8eacad Background Color

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

This div background color is #8eacad


#8eacad Border Color

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

This div border color is #8eacad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eacad


Comments

No comments written yet.

Please login to write comment.