Color Hex Logo

#8ccaaa Color Hex

#8CCAAA
(140,202,170)
1 Favorites   0 Comments

Color spaces of #8ccaaa

RGB 140202170
HSL0.410.370.67
HSV149°31°79°
CMYK 0.310.000.16   0.21
XYZ39.191450.718845.7543
Yxy50.71880.28890.3739
Hunter Lab71.2171-26.399911.7604
CIE-Lab76.5084-26.59069.6941

#8ccaaa color RGB value is (140,202,170).

#8ccaaa hex color red value is 140, green value is 202 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #8ccaaa hue: 0.41 , saturation: 0.37 and the lightness value of 8ccaaa is 0.67.

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

Base Numbers

BaseRedGreenBlue
Binary 10001100 11001010 10101010
Octal 214 312 252
Decimal 140 202 170
Hex 8C CA AA

RGB Percentages of Color #8ccaaa

%27.34
%39.45
%33.20

CMYK Percentages of Color #8ccaaa

%31
%0
%16
%21

Triadic Colors of #8ccaaa

#8ccaaa #aa8cca #caaa8c

Analogous Colors of #8ccaaa

#8ccaaa #8ccac9 #8dca8c

Monochromatic Colors of #8ccaaa

#8ccaaa

Complementary Color

#8ccaaa #ca8cac

#8ccaaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#8ccaaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#8ccaaa Color CSS Codes

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

#8ccaaa Text Font Color

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

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


#8ccaaa Background Color

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

This div background color is #8ccaaa


#8ccaaa Border Color

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

This div border color is #8ccaaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #8ccaaa


Comments

No comments written yet.

Please login to write comment.