Color Hex Logo

#8eafdf Color Hex

#8EAFDF
(142,175,223)
0 Favorites   0 Comments

Color spaces of #8eafdf

RGB 142175223
HSL0.600.560.72
HSV216°36°87°
CMYK 0.360.220.00   0.13
XYZ39.804641.738475.7704
Yxy41.73840.25300.2653
Hunter Lab64.6053-3.0818-24.3129
CIE-Lab70.69020.4187-27.7666

#8eafdf color RGB value is (142,175,223).

#8eafdf hex color red value is 142, green value is 175 and the blue value of its RGB is 223. Cylindrical-coordinate representations (also known as HSL) of color #8eafdf hue: 0.60 , saturation: 0.56 and the lightness value of 8eafdf is 0.72.

The process color (four color CMYK) of #8eafdf color hex is 0.36, 0.22, 0.00, 0.13. Web safe color of #8eafdf is #9999cc. Color #8eafdf contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101111 11011111
Octal 216 257 337
Decimal 142 175 223
Hex 8E AF DF

RGB Percentages of Color #8eafdf

%26.30
%32.41
%41.30

CMYK Percentages of Color #8eafdf

%36
%22
%0
%13

Triadic Colors of #8eafdf

#8eafdf #df8eaf #afdf8e

Analogous Colors of #8eafdf

#8eafdf #968edf #8ed8df

Monochromatic Colors of #8eafdf

#8eafdf

Complementary Color

#8eafdf #dfbe8e

#8eafdf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eafdf Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eafdf Color CSS Codes

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

#8eafdf Text Font Color

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

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


#8eafdf Background Color

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

This div background color is #8eafdf


#8eafdf Border Color

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

This div border color is #8eafdf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eafdf


Comments

No comments written yet.

Please login to write comment.