Color Hex Logo

#8cefcc Color Hex

#8CEFCC
(140,239,204)
0 Favorites   0 Comments

Color spaces of #8cefcc

RGB 140239204
HSL0.440.760.74
HSV159°41°94°
CMYK 0.410.000.15   0.06
XYZ52.580871.668168.1888
Yxy71.66810.27320.3724
Hunter Lab84.6570-37.282711.5035
CIE-Lab87.8086-36.99517.8681

#8cefcc color RGB value is (140,239,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101111 11001100
Octal 214 357 314
Decimal 140 239 204
Hex 8C EF CC

RGB Percentages of Color #8cefcc

%24.01
%40.99
%34.99

CMYK Percentages of Color #8cefcc

%41
%0
%15
%6

Triadic Colors of #8cefcc

#8cefcc #cc8cef #efcc8c

Analogous Colors of #8cefcc

#8cefcc #8ce1ef #8cef9b

Monochromatic Colors of #8cefcc

#8cefcc

Complementary Color

#8cefcc #ef8caf

#8cefcc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8cefcc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8cefcc Color CSS Codes

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

#8cefcc Text Font Color

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

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


#8cefcc Background Color

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

This div background color is #8cefcc


#8cefcc Border Color

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

This div border color is #8cefcc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8cefcc


Comments

No comments written yet.

Please login to write comment.