Color Hex Logo

#abcca8 Color Hex

#ABCCA8
(171,204,168)
0 Favorites   0 Comments

Color spaces of #abcca8

RGB 171204168
HSL0.320.260.73
HSV115°18°80°
CMYK 0.160.000.18   0.20
XYZ45.455354.670845.2026
Yxy54.67080.31280.3762
Hunter Lab73.9397-19.659515.5112
CIE-Lab78.8513-17.833914.3382

#abcca8 color RGB value is (171,204,168).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 10101000
Octal 253 314 250
Decimal 171 204 168
Hex AB CC A8

RGB Percentages of Color #abcca8

%31.49
%37.57
%30.94

CMYK Percentages of Color #abcca8

%16
%0
%18
%20

Triadic Colors of #abcca8

#abcca8 #a8abcc #cca8ab

Analogous Colors of #abcca8

#abcca8 #a8ccb7 #bdcca8

Monochromatic Colors of #abcca8

#abcca8

Complementary Color

#abcca8 #c9a8cc

#abcca8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcca8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcca8 Color CSS Codes

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

#abcca8 Text Font Color

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

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


#abcca8 Background Color

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

This div background color is #abcca8


#abcca8 Border Color

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

This div border color is #abcca8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcca8


Comments

No comments written yet.

Please login to write comment.