Color Hex Logo

#8ce9cc Color Hex

#8CE9CC
(140,233,204)
0 Favorites   0 Comments

Color spaces of #8ce9cc

RGB 140233204
HSL0.450.680.73
HSV161°40°91°
CMYK 0.400.000.12   0.09
XYZ50.853268.212967.6129
Yxy68.21290.27240.3654
Hunter Lab82.5911-34.62809.2762
CIE-Lab86.1128-34.23125.4274

#8ce9cc color RGB value is (140,233,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11101001 11001100
Octal 214 351 314
Decimal 140 233 204
Hex 8C E9 CC

RGB Percentages of Color #8ce9cc

%24.26
%40.38
%35.36

CMYK Percentages of Color #8ce9cc

%40
%0
%12
%9

Triadic Colors of #8ce9cc

#8ce9cc #cc8ce9 #e9cc8c

Analogous Colors of #8ce9cc

#8ce9cc #8cd8e9 #8ce99e

Monochromatic Colors of #8ce9cc

#8ce9cc

Complementary Color

#8ce9cc #e98ca9

#8ce9cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ce9cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ce9cc Color CSS Codes

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

#8ce9cc Text Font Color

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

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


#8ce9cc Background Color

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

This div background color is #8ce9cc


#8ce9cc Border Color

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

This div border color is #8ce9cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ce9cc


Comments

No comments written yet.

Please login to write comment.