Color Hex Logo

#abafaa Color Hex

#ABAFAA
(171,175,170)
0 Favorites   0 Comments

Color spaces of #abafaa

RGB 171175170
HSL0.300.030.68
HSV108°69°
CMYK 0.020.000.03   0.31
XYZ39.380342.220244.1040
Yxy42.22020.31330.3359
Hunter Lab64.9771-5.52745.2401
CIE-Lab71.0225-2.34752.0589

#abafaa color RGB value is (171,175,170).

#abafaa hex color red value is 171, green value is 175 and the blue value of its RGB is 170. Cylindrical-coordinate representations (also known as HSL) of color #abafaa hue: 0.30 , saturation: 0.03 and the lightness value of abafaa is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 10101010
Octal 253 257 252
Decimal 171 175 170
Hex AB AF AA

RGB Percentages of Color #abafaa

%33.14
%33.91
%32.95

CMYK Percentages of Color #abafaa

%2
%0
%3
%31

Triadic Colors of #abafaa

#abafaa #aaabaf #afaaab

Analogous Colors of #abafaa

#abafaa #aaafac #aeafaa

Monochromatic Colors of #abafaa

#abafaa

Complementary Color

#abafaa #aeaaaf

#abafaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafaa Color CSS Codes

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

#abafaa Text Font Color

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

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


#abafaa Background Color

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

This div background color is #abafaa


#abafaa Border Color

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

This div border color is #abafaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafaa


Comments

No comments written yet.

Please login to write comment.