Color Hex Logo

#8ce1cc Color Hex

#8CE1CC
(140,225,204)
0 Favorites   0 Comments

Color spaces of #8ce1cc

RGB 140225204
HSL0.460.590.72
HSV165°38°88°
CMYK 0.380.000.09   0.12
XYZ48.639563.785566.8750
Yxy63.78550.27130.3557
Hunter Lab79.8658-31.05606.2601
CIE-Lab83.8540-30.47232.1559

#8ce1cc color RGB value is (140,225,204).

#8ce1cc hex color red value is 140, green value is 225 and the blue value of its RGB is 204. Cylindrical-coordinate representations (also known as HSL) of color #8ce1cc hue: 0.46 , saturation: 0.59 and the lightness value of 8ce1cc is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11100001 11001100
Octal 214 341 314
Decimal 140 225 204
Hex 8C E1 CC

RGB Percentages of Color #8ce1cc

%24.60
%39.54
%35.85

CMYK Percentages of Color #8ce1cc

%38
%0
%9
%12

Triadic Colors of #8ce1cc

#8ce1cc #cc8ce1 #e1cc8c

Analogous Colors of #8ce1cc

#8ce1cc #8ccce1 #8ce1a2

Monochromatic Colors of #8ce1cc

#8ce1cc

Complementary Color

#8ce1cc #e18ca1

#8ce1cc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ce1cc Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ce1cc Color CSS Codes

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

#8ce1cc Text Font Color

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

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


#8ce1cc Background Color

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

This div background color is #8ce1cc


#8ce1cc Border Color

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

This div border color is #8ce1cc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ce1cc


Comments

No comments written yet.

Please login to write comment.