Color Hex Logo

#abafa3 Color Hex

#ABAFA3
(171,175,163)
0 Favorites   0 Comments

Color spaces of #abafa3

RGB 171175163
HSL0.220.070.66
HSV80°69°
CMYK 0.020.000.07   0.31
XYZ38.735441.962240.7083
Yxy41.96220.31910.3456
Hunter Lab64.7782-6.62448.0854
CIE-Lab70.8449-3.62795.6523

#abafa3 color RGB value is (171,175,163).

#abafa3 hex color red value is 171, green value is 175 and the blue value of its RGB is 163. Cylindrical-coordinate representations (also known as HSL) of color #abafa3 hue: 0.22 , saturation: 0.07 and the lightness value of abafa3 is 0.66.

The process color (four color CMYK) of #abafa3 color hex is 0.02, 0.00, 0.07, 0.31. Web safe color of #abafa3 is #999999. Color #abafa3 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 10100011
Octal 253 257 243
Decimal 171 175 163
Hex AB AF A3

RGB Percentages of Color #abafa3

%33.60
%34.38
%32.02

CMYK Percentages of Color #abafa3

%2
%0
%7
%31

Triadic Colors of #abafa3

#abafa3 #a3abaf #afa3ab

Analogous Colors of #abafa3

#abafa3 #a5afa3 #afada3

Monochromatic Colors of #abafa3

#abafa3

Complementary Color

#abafa3 #a7a3af

#abafa3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafa3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafa3 Color CSS Codes

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

#abafa3 Text Font Color

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

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


#abafa3 Background Color

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

This div background color is #abafa3


#abafa3 Border Color

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

This div border color is #abafa3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafa3


Comments

No comments written yet.

Please login to write comment.