Color Hex Logo

#8ebdea Color Hex

#8EBDEA
(142,189,234)
0 Favorites   0 Comments

Color spaces of #8ebdea

RGB 142189234
HSL0.580.690.74
HSV209°39°92°
CMYK 0.390.190.00   0.08
XYZ44.204248.086584.7937
Yxy48.08650.24960.2715
Hunter Lab69.3444-7.5664-23.9581
CIE-Lab74.8795-4.3348-27.3169

#8ebdea color RGB value is (142,189,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 10111101 11101010
Octal 216 275 352
Decimal 142 189 234
Hex 8E BD EA

RGB Percentages of Color #8ebdea

%25.13
%33.45
%41.42

CMYK Percentages of Color #8ebdea

%39
%19
%0
%8

Triadic Colors of #8ebdea

#8ebdea #ea8ebd #bdea8e

Analogous Colors of #8ebdea

#8ebdea #8e8fea #8eeae9

Monochromatic Colors of #8ebdea

#8ebdea

Complementary Color

#8ebdea #eabb8e

#8ebdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ebdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ebdea Color CSS Codes

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

#8ebdea Text Font Color

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

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


#8ebdea Background Color

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

This div background color is #8ebdea


#8ebdea Border Color

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

This div border color is #8ebdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ebdea


Comments

No comments written yet.

Please login to write comment.