Color Hex Logo

#8ccca2 Color Hex

#8CCCA2
(140,204,162)
0 Favorites   0 Comments

Color spaces of #8ccca2

RGB 140204162
HSL0.390.390.67
HSV141°31°80°
CMYK 0.310.000.21   0.20
XYZ38.929751.369842.0460
Yxy51.36980.29420.3881
Hunter Lab71.6727-28.473415.3891
CIE-Lab76.9025-29.119514.5353

#8ccca2 color RGB value is (140,204,162).

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

The process color (four color CMYK) of #8ccca2 color hex is 0.31, 0.00, 0.21, 0.20. Web safe color of #8ccca2 is #99cc99. Color #8ccca2 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001100 10100010
Octal 214 314 242
Decimal 140 204 162
Hex 8C CC A2

RGB Percentages of Color #8ccca2

%27.67
%40.32
%32.02

CMYK Percentages of Color #8ccca2

%31
%0
%21
%20

Triadic Colors of #8ccca2

#8ccca2 #a28ccc #cca28c

Analogous Colors of #8ccca2

#8ccca2 #8cccc2 #96cc8c

Monochromatic Colors of #8ccca2

#8ccca2

Complementary Color

#8ccca2 #cc8cb6

#8ccca2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccca2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccca2 Color CSS Codes

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

#8ccca2 Text Font Color

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

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


#8ccca2 Background Color

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

This div background color is #8ccca2


#8ccca2 Border Color

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

This div border color is #8ccca2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccca2


Comments

No comments written yet.

Please login to write comment.