Color Hex Logo

#abcca7 Color Hex

#ABCCA7
(171,204,167)
0 Favorites   0 Comments

Color spaces of #abcca7

RGB 171204167
HSL0.320.270.73
HSV114°18°80°
CMYK 0.160.000.18   0.20
XYZ45.362554.633744.7137
Yxy54.63370.31350.3775
Hunter Lab73.9146-19.802515.8735
CIE-Lab78.8298-18.007714.8410

#abcca7 color RGB value is (171,204,167).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 11001100 10100111
Octal 253 314 247
Decimal 171 204 167
Hex AB CC A7

RGB Percentages of Color #abcca7

%31.55
%37.64
%30.81

CMYK Percentages of Color #abcca7

%16
%0
%18
%20

Triadic Colors of #abcca7

#abcca7 #a7abcc #cca7ab

Analogous Colors of #abcca7

#abcca7 #a7ccb6 #becca7

Monochromatic Colors of #abcca7

#abcca7

Complementary Color

#abcca7 #c8a7cc

#abcca7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abcca7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abcca7 Color CSS Codes

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

#abcca7 Text Font Color

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

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


#abcca7 Background Color

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

This div background color is #abcca7


#abcca7 Border Color

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

This div border color is #abcca7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abcca7


Comments

No comments written yet.

Please login to write comment.