Color Hex Logo

#8ebada Color Hex

#8EBADA
(142,186,218)
0 Favorites   0 Comments

Color spaces of #8ebada

RGB 142186218
HSL0.570.510.71
HSV205°35°85°
CMYK 0.350.150.00   0.15
XYZ41.369145.930573.0148
Yxy45.93050.25800.2865
Hunter Lab67.7720-9.6419-16.4362
CIE-Lab73.5004-6.8562-20.7463

#8ebada color RGB value is (142,186,218).

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

The process color (four color CMYK) of #8ebada color hex is 0.35, 0.15, 0.00, 0.15. Web safe color of #8ebada is #99cccc. Color #8ebada contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111010 11011010
Octal 216 272 332
Decimal 142 186 218
Hex 8E BA DA

RGB Percentages of Color #8ebada

%26.01
%34.07
%39.93

CMYK Percentages of Color #8ebada

%35
%15
%0
%15

Triadic Colors of #8ebada

#8ebada #da8eba #bada8e

Analogous Colors of #8ebada

#8ebada #8e94da #8edad4

Monochromatic Colors of #8ebada

#8ebada

Complementary Color

#8ebada #daae8e

#8ebada Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebada Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebada Color CSS Codes

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

#8ebada Text Font Color

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

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


#8ebada Background Color

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

This div background color is #8ebada


#8ebada Border Color

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

This div border color is #8ebada


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebada


Comments

No comments written yet.

Please login to write comment.