Color Hex Logo

#8edbea Color Hex

#8EDBEA
(142,219,234)
0 Favorites   0 Comments

Color spaces of #8edbea

RGB 142219234
HSL0.530.690.74
HSV190°39°92°
CMYK 0.390.060.00   0.08
XYZ51.338162.354387.1717
Yxy62.35430.25560.3104
Hunter Lab78.9647-22.1384-10.1768
CIE-Lab83.1015-19.9653-14.8453

#8edbea color RGB value is (142,219,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011011 11101010
Octal 216 333 352
Decimal 142 219 234
Hex 8E DB EA

RGB Percentages of Color #8edbea

%23.87
%36.81
%39.33

CMYK Percentages of Color #8edbea

%39
%6
%0
%8

Triadic Colors of #8edbea

#8edbea #ea8edb #dbea8e

Analogous Colors of #8edbea

#8edbea #8eadea #8eeacb

Monochromatic Colors of #8edbea

#8edbea

Complementary Color

#8edbea #ea9d8e

#8edbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edbea Color CSS Codes

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

#8edbea Text Font Color

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

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


#8edbea Background Color

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

This div background color is #8edbea


#8edbea Border Color

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

This div border color is #8edbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edbea


Comments

No comments written yet.

Please login to write comment.