Color Hex Logo

#8efcda Color Hex

#8EFCDA
(142,252,218)
0 Favorites   0 Comments

Color spaces of #8efcda

RGB 142252218
HSL0.450.950.77
HSV161°44°99°
CMYK 0.440.000.13   0.01
XYZ58.620680.433578.7653
Yxy80.43350.26910.3693
Hunter Lab89.6847-40.275410.7081
CIE-Lab91.8790-39.39026.4609

#8efcda color RGB value is (142,252,218).

#8efcda hex color red value is 142, green value is 252 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8efcda hue: 0.45 , saturation: 0.95 and the lightness value of 8efcda is 0.77.

The process color (four color CMYK) of #8efcda color hex is 0.44, 0.00, 0.13, 0.01. Web safe color of #8efcda is #99ffcc. Color #8efcda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001110 11111100 11011010
Octal 216 374 332
Decimal 142 252 218
Hex 8E FC DA

RGB Percentages of Color #8efcda

%23.20
%41.18
%35.62

CMYK Percentages of Color #8efcda

%44
%0
%13
%1

Triadic Colors of #8efcda

#8efcda #da8efc #fcda8e

Analogous Colors of #8efcda

#8efcda #8ee7fc #8efca3

Monochromatic Colors of #8efcda

#8efcda

Complementary Color

#8efcda #fc8eb0

#8efcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8efcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8efcda Color CSS Codes

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

#8efcda Text Font Color

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

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


#8efcda Background Color

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

This div background color is #8efcda


#8efcda Border Color

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

This div border color is #8efcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8efcda

Related Colors


Comments

No comments written yet.

Please login to write comment.