Color Hex Logo

#8ebbea Color Hex

#8EBBEA
(142,187,234)
0 Favorites   0 Comments

Color spaces of #8ebbea

RGB 142187234
HSL0.590.690.74
HSV211°39°92°
CMYK 0.390.200.00   0.08
XYZ43.776947.231984.6513
Yxy47.23190.24920.2689
Hunter Lab68.7255-6.5682-24.9215
CIE-Lab74.3379-3.2526-28.1477

#8ebbea color RGB value is (142,187,234).

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

The process color (four color CMYK) of #8ebbea color hex is 0.39, 0.20, 0.00, 0.08. Web safe color of #8ebbea is #99ccff. Color #8ebbea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111011 11101010
Octal 216 273 352
Decimal 142 187 234
Hex 8E BB EA

RGB Percentages of Color #8ebbea

%25.22
%33.21
%41.56

CMYK Percentages of Color #8ebbea

%39
%20
%0
%8

Triadic Colors of #8ebbea

#8ebbea #ea8ebb #bbea8e

Analogous Colors of #8ebbea

#8ebbea #8f8eea #8ee9ea

Monochromatic Colors of #8ebbea

#8ebbea

Complementary Color

#8ebbea #eabd8e

#8ebbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebbea Color CSS Codes

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

#8ebbea Text Font Color

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

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


#8ebbea Background Color

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

This div background color is #8ebbea


#8ebbea Border Color

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

This div border color is #8ebbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebbea


Comments

No comments written yet.

Please login to write comment.