Color Hex Logo

#8ce8cc Color Hex

#8CE8CC
(140,232,204)
0 Favorites   0 Comments

Color spaces of #8ce8cc

RGB 140232204
HSL0.450.670.73
HSV162°40°91°
CMYK 0.400.000.12   0.09
XYZ50.570967.648367.5188
Yxy67.64830.27230.3642
Hunter Lab82.2486-34.18358.9022
CIE-Lab85.8303-33.76595.0195

#8ce8cc color RGB value is (140,232,204).

#8ce8cc hex color red value is 140, green value is 232 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8ce8cc hue: 0.45 , saturation: 0.67 and the lightness value of 8ce8cc is 0.73.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101000 11001100
Octal 214 350 314
Decimal 140 232 204
Hex 8C E8 CC

RGB Percentages of Color #8ce8cc

%24.31
%40.28
%35.42

CMYK Percentages of Color #8ce8cc

%40
%0
%12
%9

Triadic Colors of #8ce8cc

#8ce8cc #cc8ce8 #e8cc8c

Analogous Colors of #8ce8cc

#8ce8cc #8cd6e8 #8ce89e

Monochromatic Colors of #8ce8cc

#8ce8cc

Complementary Color

#8ce8cc #e88ca8

#8ce8cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ce8cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ce8cc Color CSS Codes

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

#8ce8cc Text Font Color

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

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


#8ce8cc Background Color

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

This div background color is #8ce8cc


#8ce8cc Border Color

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

This div border color is #8ce8cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ce8cc


Comments

No comments written yet.

Please login to write comment.