Color Hex Logo

#8edbda Color Hex

#8EDBDA
(142,219,218)
0 Favorites   0 Comments

Color spaces of #8edbda

RGB 142219218
HSL0.500.520.71
HSV179°35°86°
CMYK 0.350.000.00   0.14
XYZ49.141761.475875.6056
Yxy61.47580.26390.3301
Hunter Lab78.4065-25.3355-2.2874
CIE-Lab82.6339-23.8416-7.0454

#8edbda color RGB value is (142,219,218).

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

The process color (four color CMYK) of #8edbda color hex is 0.35, 0.00, 0.00, 0.14. Web safe color of #8edbda is #99cccc. Color #8edbda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011011 11011010
Octal 216 333 332
Decimal 142 219 218
Hex 8E DB DA

RGB Percentages of Color #8edbda

%24.53
%37.82
%37.65

CMYK Percentages of Color #8edbda

%35
%0
%0
%14

Triadic Colors of #8edbda

#8edbda #da8edb #dbda8e

Analogous Colors of #8edbda

#8edbda #8eb6db #8edbb4

Monochromatic Colors of #8edbda

#8edbda

Complementary Color

#8edbda #db8e8f

#8edbda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edbda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edbda Color CSS Codes

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

#8edbda Text Font Color

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

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


#8edbda Background Color

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

This div background color is #8edbda


#8edbda Border Color

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

This div border color is #8edbda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edbda


Comments

No comments written yet.

Please login to write comment.