Color Hex Logo

#8edcda Color Hex

#8EDCDA
(142,220,218)
0 Favorites   0 Comments

Color spaces of #8edcda

RGB 142220218
HSL0.500.530.71
HSV178°35°86°
CMYK 0.350.000.01   0.14
XYZ49.403461.999175.6929
Yxy61.99910.26410.3314
Hunter Lab78.7395-25.7982-1.8783
CIE-Lab82.9129-24.3334-6.6324

#8edcda color RGB value is (142,220,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011100 11011010
Octal 216 334 332
Decimal 142 220 218
Hex 8E DC DA

RGB Percentages of Color #8edcda

%24.48
%37.93
%37.59

CMYK Percentages of Color #8edcda

%35
%0
%1
%14

Triadic Colors of #8edcda

#8edcda #da8edc #dcda8e

Analogous Colors of #8edcda

#8edcda #8eb7dc #8edcb3

Monochromatic Colors of #8edcda

#8edcda

Complementary Color

#8edcda #dc8e90

#8edcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edcda Color CSS Codes

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

#8edcda Text Font Color

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

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


#8edcda Background Color

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

This div background color is #8edcda


#8edcda Border Color

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

This div border color is #8edcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edcda


Comments

No comments written yet.

Please login to write comment.