Color Hex Logo

#8ebade Color Hex

#8EBADE
(142,186,222)
0 Favorites   0 Comments

Color spaces of #8ebade

RGB 142186222
HSL0.580.550.71
HSV207°36°87°
CMYK 0.360.160.00   0.13
XYZ41.899146.142575.8053
Yxy46.14250.25570.2816
Hunter Lab67.9283-8.7732-18.6155
CIE-Lab73.6379-5.8375-22.7115

#8ebade color RGB value is (142,186,222).

#8ebade hex color red value is 142, green value is 186 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #8ebade hue: 0.58 , saturation: 0.55 and the lightness value of 8ebade is 0.71.

The process color (four color CMYK) of #8ebade color hex is 0.36, 0.16, 0.00, 0.13. Web safe color of #8ebade is #99cccc. Color #8ebade contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111010 11011110
Octal 216 272 336
Decimal 142 186 222
Hex 8E BA DE

RGB Percentages of Color #8ebade

%25.82
%33.82
%40.36

CMYK Percentages of Color #8ebade

%36
%16
%0
%13

Triadic Colors of #8ebade

#8ebade #de8eba #bade8e

Analogous Colors of #8ebade

#8ebade #8e92de #8ededa

Monochromatic Colors of #8ebade

#8ebade

Complementary Color

#8ebade #deb28e

#8ebade Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebade Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebade Color CSS Codes

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

#8ebade Text Font Color

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

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


#8ebade Background Color

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

This div background color is #8ebade


#8ebade Border Color

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

This div border color is #8ebade


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebade


Comments

No comments written yet.

Please login to write comment.