Color Hex Logo

#8ebafa Color Hex

#8EBAFA
(142,186,250)
0 Favorites   0 Comments

Color spaces of #8ebafa

RGB 142186250
HSL0.600.920.77
HSV216°43°98°
CMYK 0.430.260.00   0.02
XYZ45.969647.770797.2403
Yxy47.77070.24070.2501
Hunter Lab69.1164-2.2325-35.0341
CIE-Lab74.68011.6145-36.2561

#8ebafa color RGB value is (142,186,250).

#8ebafa hex color red value is 142, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #8ebafa hue: 0.60 , saturation: 0.92 and the lightness value of 8ebafa is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111010 11111010
Octal 216 272 372
Decimal 142 186 250
Hex 8E BA FA

RGB Percentages of Color #8ebafa

%24.57
%32.18
%43.25

CMYK Percentages of Color #8ebafa

%43
%26
%0
%2

Triadic Colors of #8ebafa

#8ebafa #fa8eba #bafa8e

Analogous Colors of #8ebafa

#8ebafa #988efa #8ef0fa

Monochromatic Colors of #8ebafa

#8ebafa

Complementary Color

#8ebafa #face8e

#8ebafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebafa Color CSS Codes

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

#8ebafa Text Font Color

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

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


#8ebafa Background Color

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

This div background color is #8ebafa


#8ebafa Border Color

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

This div border color is #8ebafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebafa


Comments

No comments written yet.

Please login to write comment.