Color Hex Logo

#8eaacf Color Hex

#8EAACF
(142,170,207)
0 Favorites   0 Comments

Color spaces of #8eaacf

RGB 142170207
HSL0.590.400.68
HSV214°31°81°
CMYK 0.310.180.00   0.19
XYZ36.792539.005264.6211
Yxy39.00520.26200.2778
Hunter Lab62.4541-4.1382-17.6293
CIE-Lab68.7550-0.9246-21.9450

#8eaacf color RGB value is (142,170,207).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101010 11001111
Octal 216 252 317
Decimal 142 170 207
Hex 8E AA CF

RGB Percentages of Color #8eaacf

%27.36
%32.76
%39.88

CMYK Percentages of Color #8eaacf

%31
%18
%0
%19

Triadic Colors of #8eaacf

#8eaacf #cf8eaa #aacf8e

Analogous Colors of #8eaacf

#8eaacf #938ecf #8ecbcf

Monochromatic Colors of #8eaacf

#8eaacf

Complementary Color

#8eaacf #cfb38e

#8eaacf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eaacf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eaacf Color CSS Codes

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

#8eaacf Text Font Color

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

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


#8eaacf Background Color

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

This div background color is #8eaacf


#8eaacf Border Color

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

This div border color is #8eaacf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eaacf


Comments

No comments written yet.

Please login to write comment.