Color Hex Logo

#8eeafb Color Hex

#8EEAFB
(142,234,251)
0 Favorites   0 Comments

Color spaces of #8eeafb

RGB 142234251
HSL0.530.930.77
HSV189°43°98°
CMYK 0.430.070.00   0.02
XYZ57.990771.5615102.0231
Yxy71.56150.25040.3090
Hunter Lab84.5940-25.6747-12.2898
CIE-Lab87.7571-23.1532-16.8169

#8eeafb color RGB value is (142,234,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11101010 11111011
Octal 216 352 373
Decimal 142 234 251
Hex 8E EA FB

RGB Percentages of Color #8eeafb

%22.65
%37.32
%40.03

CMYK Percentages of Color #8eeafb

%43
%7
%0
%2

Triadic Colors of #8eeafb

#8eeafb #fb8eea #eafb8e

Analogous Colors of #8eeafb

#8eeafb #8eb4fb #8efbd6

Monochromatic Colors of #8eeafb

#8eeafb

Complementary Color

#8eeafb #fb9f8e

#8eeafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eeafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eeafb Color CSS Codes

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

#8eeafb Text Font Color

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

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


#8eeafb Background Color

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

This div background color is #8eeafb


#8eeafb Border Color

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

This div border color is #8eeafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eeafb

Related Colors


Comments

No comments written yet.

Please login to write comment.