Color Hex Logo

#8eeafc Color Hex

#8EEAFC
(142,234,252)
0 Favorites   0 Comments

Color spaces of #8eeafc

RGB 142234252
HSL0.530.950.77
HSV190°44°99°
CMYK 0.440.070.00   0.01
XYZ58.148871.6247102.8556
Yxy71.62470.25000.3079
Hunter Lab84.6314-25.4606-12.8153
CIE-Lab87.7876-22.8998-17.2951

#8eeafc color RGB value is (142,234,252).

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

The process color (four color CMYK) of #8eeafc color hex is 0.44, 0.07, 0.00, 0.01. Web safe color of #8eeafc is #99ffff. Color #8eeafc contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101010 11111100
Octal 216 352 374
Decimal 142 234 252
Hex 8E EA FC

RGB Percentages of Color #8eeafc

%22.61
%37.26
%40.13

CMYK Percentages of Color #8eeafc

%44
%7
%0
%1

Triadic Colors of #8eeafc

#8eeafc #fc8eea #eafc8e

Analogous Colors of #8eeafc

#8eeafc #8eb3fc #8efcd7

Monochromatic Colors of #8eeafc

#8eeafc

Complementary Color

#8eeafc #fca08e

#8eeafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeafc Color CSS Codes

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

#8eeafc Text Font Color

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

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


#8eeafc Background Color

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

This div background color is #8eeafc


#8eeafc Border Color

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

This div border color is #8eeafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeafc


Comments

No comments written yet.

Please login to write comment.