Color Hex Logo

#8eddca Color Hex

#8EDDCA
(142,221,202)
0 Favorites   0 Comments

Color spaces of #8eddca

RGB 142221202
HSL0.460.540.71
HSV166°36°87°
CMYK 0.360.000.09   0.13
XYZ47.672561.728065.2792
Yxy61.72800.27290.3534
Hunter Lab78.5672-29.18345.7347
CIE-Lab82.7686-28.46201.6477

#8eddca color RGB value is (142,221,202).

#8eddca hex color red value is 142, green value is 221 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8eddca hue: 0.46 , saturation: 0.54 and the lightness value of 8eddca is 0.71.

The process color (four color CMYK) of #8eddca color hex is 0.36, 0.00, 0.09, 0.13. Web safe color of #8eddca is #99cccc. Color #8eddca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011101 11001010
Octal 216 335 312
Decimal 142 221 202
Hex 8E DD CA

RGB Percentages of Color #8eddca

%25.13
%39.12
%35.75

CMYK Percentages of Color #8eddca

%36
%0
%9
%13

Triadic Colors of #8eddca

#8eddca #ca8edd #ddca8e

Analogous Colors of #8eddca

#8eddca #8ec9dd #8edda3

Monochromatic Colors of #8eddca

#8eddca

Complementary Color

#8eddca #dd8ea1

#8eddca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8eddca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8eddca Color CSS Codes

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

#8eddca Text Font Color

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

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


#8eddca Background Color

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

This div background color is #8eddca


#8eddca Border Color

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

This div border color is #8eddca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8eddca


Comments

No comments written yet.

Please login to write comment.