Color Hex Logo

#8eaffc Color Hex

#8EAFFC
(142,175,252)
0 Favorites   0 Comments

Color spaces of #8eaffc

RGB 142175252
HSL0.620.950.77
HSV222°44°99°
CMYK 0.440.310.00   0.01
XYZ44.056043.439098.1580
Yxy43.43900.23730.2340
Hunter Lab65.90833.9778-42.1655
CIE-Lab71.85198.2815-41.7362

#8eaffc color RGB value is (142,175,252).

#8eaffc hex color red value is 142, green value is 175 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #8eaffc hue: 0.62 , saturation: 0.95 and the lightness value of 8eaffc is 0.77.

The process color (four color CMYK) of #8eaffc color hex is 0.44, 0.31, 0.00, 0.01. Web safe color of #8eaffc is #9999ff. Color #8eaffc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10101111 11111100
Octal 216 257 374
Decimal 142 175 252
Hex 8E AF FC

RGB Percentages of Color #8eaffc

%24.96
%30.76
%44.29

CMYK Percentages of Color #8eaffc

%44
%31
%0
%1

Triadic Colors of #8eaffc

#8eaffc #fc8eaf #affc8e

Analogous Colors of #8eaffc

#8eaffc #a48efc #8ee6fc

Monochromatic Colors of #8eaffc

#8eaffc

Complementary Color

#8eaffc #fcdb8e

#8eaffc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eaffc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eaffc Color CSS Codes

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

#8eaffc Text Font Color

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

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


#8eaffc Background Color

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

This div background color is #8eaffc


#8eaffc Border Color

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

This div border color is #8eaffc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eaffc


Comments

No comments written yet.

Please login to write comment.