Color Hex Logo

#abafab Color Hex

#ABAFAB
(171,175,171)
0 Favorites   0 Comments

Color spaces of #abafab

RGB 171175171
HSL0.330.020.68
HSV120°69°
CMYK 0.020.000.02   0.31
XYZ39.475242.258144.6041
Yxy42.25810.31250.3345
Hunter Lab65.0062-5.36634.8225
CIE-Lab71.0485-2.16061.5465

#abafab color RGB value is (171,175,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 10101011
Octal 253 257 253
Decimal 171 175 171
Hex AB AF AB

RGB Percentages of Color #abafab

%33.08
%33.85
%33.08

CMYK Percentages of Color #abafab

%2
%0
%2
%31

Triadic Colors of #abafab

#abafab #ababaf #afabab

Analogous Colors of #abafab

#abafab #abafad #adafab

Monochromatic Colors of #abafab

#abafab

Complementary Color

#abafab #afabaf

#abafab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafab Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafab Color CSS Codes

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

#abafab Text Font Color

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

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


#abafab Background Color

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

This div background color is #abafab


#abafab Border Color

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

This div border color is #abafab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafab


Comments

No comments written yet.

Please login to write comment.