Color Hex Logo

#8eafcd Color Hex

#8EAFCD
(142,175,205)
0 Favorites   0 Comments

Color spaces of #8eafcd

RGB 142175205
HSL0.580.390.68
HSV209°31°80°
CMYK 0.310.150.00   0.20
XYZ37.504740.818563.6597
Yxy40.81850.26410.2875
Hunter Lab63.8894-7.0223-14.3543
CIE-Lab70.0486-4.1640-18.8771

#8eafcd color RGB value is (142,175,205).

#8eafcd hex color red value is 142, green value is 175 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #8eafcd hue: 0.58 , saturation: 0.39 and the lightness value of 8eafcd is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101111 11001101
Octal 216 257 315
Decimal 142 175 205
Hex 8E AF CD

RGB Percentages of Color #8eafcd

%27.20
%33.52
%39.27

CMYK Percentages of Color #8eafcd

%31
%15
%0
%20

Triadic Colors of #8eafcd

#8eafcd #cd8eaf #afcd8e

Analogous Colors of #8eafcd

#8eafcd #8e90cd #8ecdcc

Monochromatic Colors of #8eafcd

#8eafcd

Complementary Color

#8eafcd #cdac8e

#8eafcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eafcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eafcd Color CSS Codes

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

#8eafcd Text Font Color

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

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


#8eafcd Background Color

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

This div background color is #8eafcd


#8eafcd Border Color

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

This div border color is #8eafcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eafcd

#8eafcd Color Palettes


Comments

No comments written yet.

Please login to write comment.