Color Hex Logo

#abafb1 Color Hex

#ABAFB1
(171,175,177)
0 Favorites   0 Comments

Color spaces of #abafb1

RGB 171175177
HSL0.560.040.68
HSV200°69°
CMYK 0.030.010.00   0.31
XYZ40.060442.492247.6854
Yxy42.49220.30760.3263
Hunter Lab65.1860-4.37752.2579
CIE-Lab71.2090-1.0178-1.5213

#abafb1 color RGB value is (171,175,177).

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

The process color (four color CMYK) of #abafb1 color hex is 0.03, 0.01, 0.00, 0.31. Web safe color of #abafb1 is #999999. Color #abafb1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 10110001
Octal 253 257 261
Decimal 171 175 177
Hex AB AF B1

RGB Percentages of Color #abafb1

%32.70
%33.46
%33.84

CMYK Percentages of Color #abafb1

%3
%1
%0
%31

Triadic Colors of #abafb1

#abafb1 #b1abaf #afb1ab

Analogous Colors of #abafb1

#abafb1 #abacb1 #abb1b0

Monochromatic Colors of #abafb1

#abafb1

Complementary Color

#abafb1 #b1adab

#abafb1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafb1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafb1 Color CSS Codes

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

#abafb1 Text Font Color

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

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


#abafb1 Background Color

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

This div background color is #abafb1


#abafb1 Border Color

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

This div border color is #abafb1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafb1


Comments

No comments written yet.

Please login to write comment.