Color Hex Logo

#8edfca Color Hex

#8EDFCA
(142,223,202)
0 Favorites   0 Comments

Color spaces of #8edfca

RGB 142223202
HSL0.460.560.72
HSV164°36°87°
CMYK 0.360.000.09   0.13
XYZ48.203762.790465.4563
Yxy62.79040.27320.3559
Hunter Lab79.2404-30.08526.4919
CIE-Lab83.3320-29.42042.4667

#8edfca color RGB value is (142,223,202).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001110 11011111 11001010
Octal 216 337 312
Decimal 142 223 202
Hex 8E DF CA

RGB Percentages of Color #8edfca

%25.04
%39.33
%35.63

CMYK Percentages of Color #8edfca

%36
%0
%9
%13

Triadic Colors of #8edfca

#8edfca #ca8edf #dfca8e

Analogous Colors of #8edfca

#8edfca #8eccdf #8edfa2

Monochromatic Colors of #8edfca

#8edfca

Complementary Color

#8edfca #df8ea3

#8edfca Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8edfca Color Preview on White Background

Lorem ipsum dolor sit amet.

#8edfca Color CSS Codes

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

#8edfca Text Font Color

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

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


#8edfca Background Color

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

This div background color is #8edfca


#8edfca Border Color

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

This div border color is #8edfca


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8edfca


Comments

No comments written yet.

Please login to write comment.