Color Hex Logo

#8cefda Color Hex

#8CEFDA
(140,239,218)
0 Favorites   0 Comments

Color spaces of #8cefda

RGB 140239218
HSL0.460.760.74
HSV167°41°94°
CMYK 0.410.000.09   0.06
XYZ54.336672.370477.4347
Yxy72.37040.26620.3545
Hunter Lab85.0708-34.86205.5815
CIE-Lab88.1466-33.93321.0424

#8cefda color RGB value is (140,239,218).

#8cefda hex color red value is 140, green value is 239 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #8cefda hue: 0.46 , saturation: 0.76 and the lightness value of 8cefda is 0.74.

The process color (four color CMYK) of #8cefda color hex is 0.41, 0.00, 0.09, 0.06. Web safe color of #8cefda is #99ffcc. Color #8cefda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101111 11011010
Octal 214 357 332
Decimal 140 239 218
Hex 8C EF DA

RGB Percentages of Color #8cefda

%23.45
%40.03
%36.52

CMYK Percentages of Color #8cefda

%41
%0
%9
%6

Triadic Colors of #8cefda

#8cefda #da8cef #efda8c

Analogous Colors of #8cefda

#8cefda #8cd3ef #8cefa9

Monochromatic Colors of #8cefda

#8cefda

Complementary Color

#8cefda #ef8ca1

#8cefda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cefda Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cefda Color CSS Codes

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

#8cefda Text Font Color

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

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


#8cefda Background Color

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

This div background color is #8cefda


#8cefda Border Color

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

This div border color is #8cefda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cefda


Comments

No comments written yet.

Please login to write comment.