Color Hex Logo

#8cefdb Color Hex

#8CEFDB
(140,239,219)
0 Favorites   0 Comments

Color spaces of #8cefdb

RGB 140239219
HSL0.470.760.74
HSV168°41°94°
CMYK 0.410.000.08   0.06
XYZ54.467972.422978.1261
Yxy72.42290.26570.3533
Hunter Lab85.1016-34.68195.1410
CIE-Lab88.1717-33.70770.5560

#8cefdb color RGB value is (140,239,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101111 11011011
Octal 214 357 333
Decimal 140 239 219
Hex 8C EF DB

RGB Percentages of Color #8cefdb

%23.41
%39.97
%36.62

CMYK Percentages of Color #8cefdb

%41
%0
%8
%6

Triadic Colors of #8cefdb

#8cefdb #db8cef #efdb8c

Analogous Colors of #8cefdb

#8cefdb #8cd2ef #8cefaa

Monochromatic Colors of #8cefdb

#8cefdb

Complementary Color

#8cefdb #ef8ca0

#8cefdb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cefdb Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cefdb Color CSS Codes

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

#8cefdb Text Font Color

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

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


#8cefdb Background Color

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

This div background color is #8cefdb


#8cefdb Border Color

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

This div border color is #8cefdb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(140,239,219, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #8cefdb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cefdb


Comments

No comments written yet.

Please login to write comment.