Color Hex Logo

#8ebaef Color Hex

#8EBAEF
(142,186,239)
0 Favorites   0 Comments

Color spaces of #8ebaef

RGB 142186239
HSL0.590.750.75
HSV213°41°94°
CMYK 0.410.220.00   0.06
XYZ44.294247.100688.4181
Yxy47.10060.24630.2619
Hunter Lab68.6299-4.8971-28.3443
CIE-Lab74.2541-1.3764-30.9804

#8ebaef color RGB value is (142,186,239).

#8ebaef hex color red value is 142, green value is 186 and the blue value of its RGB is 239. Cylindrical-coordinate representations (also known as HSL) of color #8ebaef hue: 0.59 , saturation: 0.75 and the lightness value of 8ebaef is 0.75.

The process color (four color CMYK) of #8ebaef color hex is 0.41, 0.22, 0.00, 0.06. Web safe color of #8ebaef is #99ccff. Color #8ebaef contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111010 11101111
Octal 216 272 357
Decimal 142 186 239
Hex 8E BA EF

RGB Percentages of Color #8ebaef

%25.04
%32.80
%42.15

CMYK Percentages of Color #8ebaef

%41
%22
%0
%6

Triadic Colors of #8ebaef

#8ebaef #ef8eba #baef8e

Analogous Colors of #8ebaef

#8ebaef #938eef #8eebef

Monochromatic Colors of #8ebaef

#8ebaef

Complementary Color

#8ebaef #efc38e

#8ebaef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebaef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebaef Color CSS Codes

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

#8ebaef Text Font Color

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

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


#8ebaef Background Color

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

This div background color is #8ebaef


#8ebaef Border Color

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

This div border color is #8ebaef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebaef


Comments

No comments written yet.

Please login to write comment.