Color Hex Logo

#abccaa Color Hex

#ABCCAA
(171,204,170)
0 Favorites   0 Comments

Color spaces of #abccaa

RGB 171204170
HSL0.330.250.73
HSV118°17°80°
CMYK 0.160.000.17   0.20
XYZ45.643254.745946.1916
Yxy54.74590.31140.3735
Hunter Lab73.9905-19.370314.7791
CIE-Lab78.8947-17.483013.3327

#abccaa color RGB value is (171,204,170).

#abccaa hex color red value is 171, green value is 204 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #abccaa hue: 0.33 , saturation: 0.25 and the lightness value of abccaa is 0.73.

The process color (four color CMYK) of #abccaa color hex is 0.16, 0.00, 0.17, 0.20. Web safe color of #abccaa is #99cc99. Color #abccaa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 10101010
Octal 253 314 252
Decimal 171 204 170
Hex AB CC AA

RGB Percentages of Color #abccaa

%31.38
%37.43
%31.19

CMYK Percentages of Color #abccaa

%16
%0
%17
%20

Triadic Colors of #abccaa

#abccaa #aaabcc #ccaaab

Analogous Colors of #abccaa

#abccaa #aaccba #bcccaa

Monochromatic Colors of #abccaa

#abccaa

Complementary Color

#abccaa #cbaacc

#abccaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abccaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abccaa Color CSS Codes

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

#abccaa Text Font Color

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

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


#abccaa Background Color

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

This div background color is #abccaa


#abccaa Border Color

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

This div border color is #abccaa


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(171,204,170, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #abccaa; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #abccaa;
  -webkit-box-shadow: 1px 1px 3px 2px #abccaa;
  box-shadow:         1px 1px 3px 2px #abccaa; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(171,204,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 #abccaa">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abccaa


Comments

No comments written yet.

Please login to write comment.