Color Hex Logo

#8eacee Color Hex

#8EACEE
(142,172,238)
0 Favorites   0 Comments

Color spaces of #8eacee

RGB 142172238
HSL0.610.740.75
HSV221°40°93°
CMYK 0.400.280.00   0.07
XYZ41.340541.428986.7066
Yxy41.42890.24390.2445
Hunter Lab64.36532.0076-34.8140
CIE-Lab70.47546.0955-36.2836

#8eacee color RGB value is (142,172,238).

#8eacee hex color red value is 142, green value is 172 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #8eacee hue: 0.61 , saturation: 0.74 and the lightness value of 8eacee is 0.75.

The process color (four color CMYK) of #8eacee color hex is 0.40, 0.28, 0.00, 0.07. Web safe color of #8eacee is #9999ff. Color #8eacee contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101100 11101110
Octal 216 254 356
Decimal 142 172 238
Hex 8E AC EE

RGB Percentages of Color #8eacee

%25.72
%31.16
%43.12

CMYK Percentages of Color #8eacee

%40
%28
%0
%7

Triadic Colors of #8eacee

#8eacee #ee8eac #acee8e

Analogous Colors of #8eacee

#8eacee #a08eee #8edcee

Monochromatic Colors of #8eacee

#8eacee

Complementary Color

#8eacee #eed08e

#8eacee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eacee Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eacee Color CSS Codes

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

#8eacee Text Font Color

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

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


#8eacee Background Color

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

This div background color is #8eacee


#8eacee Border Color

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

This div border color is #8eacee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eacee


Comments

No comments written yet.

Please login to write comment.