Color Hex Logo

#8ebbef Color Hex

#8EBBEF
(142,187,239)
0 Favorites   0 Comments

Color spaces of #8ebbef

RGB 142187239
HSL0.590.750.75
HSV212°41°94°
CMYK 0.410.220.00   0.06
XYZ44.505647.523488.4886
Yxy47.52340.24650.2633
Hunter Lab68.9372-5.4012-27.8493
CIE-Lab74.5233-1.9213-30.5657

#8ebbef color RGB value is (142,187,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111011 11101111
Octal 216 273 357
Decimal 142 187 239
Hex 8E BB EF

RGB Percentages of Color #8ebbef

%25.00
%32.92
%42.08

CMYK Percentages of Color #8ebbef

%41
%22
%0
%6

Triadic Colors of #8ebbef

#8ebbef #ef8ebb #bbef8e

Analogous Colors of #8ebbef

#8ebbef #928eef #8eecef

Monochromatic Colors of #8ebbef

#8ebbef

Complementary Color

#8ebbef #efc28e

#8ebbef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebbef Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebbef Color CSS Codes

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

#8ebbef Text Font Color

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

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


#8ebbef Background Color

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

This div background color is #8ebbef


#8ebbef Border Color

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

This div border color is #8ebbef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebbef


Comments

No comments written yet.

Please login to write comment.