Color Hex Logo

#8ee0ca Color Hex

#8EE0CA
(142,224,202)
0 Favorites   0 Comments

Color spaces of #8ee0ca

RGB 142224202
HSL0.460.570.72
HSV164°37°88°
CMYK 0.370.000.10   0.12
XYZ48.471763.326465.5456
Yxy63.32640.27330.3571
Hunter Lab79.5779-30.53516.8694
CIE-Lab83.6138-29.89772.8759

#8ee0ca color RGB value is (142,224,202).

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

The process color (four color CMYK) of #8ee0ca color hex is 0.37, 0.00, 0.10, 0.12. Web safe color of #8ee0ca is #99cccc. Color #8ee0ca contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11100000 11001010
Octal 216 340 312
Decimal 142 224 202
Hex 8E E0 CA

RGB Percentages of Color #8ee0ca

%25.00
%39.44
%35.56

CMYK Percentages of Color #8ee0ca

%37
%0
%10
%12

Triadic Colors of #8ee0ca

#8ee0ca #ca8ee0 #e0ca8e

Analogous Colors of #8ee0ca

#8ee0ca #8ecde0 #8ee0a1

Monochromatic Colors of #8ee0ca

#8ee0ca

Complementary Color

#8ee0ca #e08ea4

#8ee0ca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ee0ca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ee0ca Color CSS Codes

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

#8ee0ca Text Font Color

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

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


#8ee0ca Background Color

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

This div background color is #8ee0ca


#8ee0ca Border Color

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

This div border color is #8ee0ca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ee0ca


Comments

No comments written yet.

Please login to write comment.