Color Hex Logo

#8ed9ca Color Hex

#8ED9CA
(142,217,202)
0 Favorites   0 Comments

Color spaces of #8ed9ca

RGB 142217202
HSL0.470.500.70
HSV168°35°85°
CMYK 0.350.000.07   0.15
XYZ46.628959.640864.9313
Yxy59.64080.27240.3484
Hunter Lab77.2275-27.37214.2094
CIE-Lab81.6426-26.52880.0064

#8ed9ca color RGB value is (142,217,202).

#8ed9ca hex color red value is 142, green value is 217 and the blue value of its RGB is 202. Cylindrical-coordinate representations (also known as HSL) of color #8ed9ca hue: 0.47 , saturation: 0.50 and the lightness value of 8ed9ca is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011001 11001010
Octal 216 331 312
Decimal 142 217 202
Hex 8E D9 CA

RGB Percentages of Color #8ed9ca

%25.31
%38.68
%36.01

CMYK Percentages of Color #8ed9ca

%35
%0
%7
%15

Triadic Colors of #8ed9ca

#8ed9ca #ca8ed9 #d9ca8e

Analogous Colors of #8ed9ca

#8ed9ca #8ec3d9 #8ed9a5

Monochromatic Colors of #8ed9ca

#8ed9ca

Complementary Color

#8ed9ca #d98e9d

#8ed9ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ed9ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ed9ca Color CSS Codes

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

#8ed9ca Text Font Color

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

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


#8ed9ca Background Color

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

This div background color is #8ed9ca


#8ed9ca Border Color

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

This div border color is #8ed9ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ed9ca


Comments

No comments written yet.

Please login to write comment.