Color Hex Logo

#abccab Color Hex

#ABCCAB
(171,204,171)
0 Favorites   0 Comments

Color spaces of #abccab

RGB 171204171
HSL0.330.240.74
HSV120°16°80°
CMYK 0.160.000.16   0.20
XYZ45.738154.783946.6918
Yxy54.78390.31070.3721
Hunter Lab74.0161-19.224614.4092
CIE-Lab78.9166-17.306412.8301

#abccab color RGB value is (171,204,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 10101011
Octal 253 314 253
Decimal 171 204 171
Hex AB CC AB

RGB Percentages of Color #abccab

%31.32
%37.36
%31.32

CMYK Percentages of Color #abccab

%16
%0
%16
%20

Triadic Colors of #abccab

#abccab #ababcc #ccabab

Analogous Colors of #abccab

#abccab #abccbc #bcccab

Monochromatic Colors of #abccab

#abccab

Complementary Color

#abccab #ccabcc

#abccab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abccab Color Preview on White Background

Lorem ipsum dolor sit amet.

#abccab Color CSS Codes

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

#abccab Text Font Color

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

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


#abccab Background Color

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

This div background color is #abccab


#abccab Border Color

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

This div border color is #abccab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abccab


Comments

No comments written yet.

Please login to write comment.