Color Hex Logo

#abafb5 Color Hex

#ABAFB5
(171,175,181)
1 Favorites   0 Comments

Color spaces of #abafb5

RGB 171175181
HSL0.600.060.69
HSV216°71°
CMYK 0.060.030.00   0.29
XYZ40.465042.654149.8164
Yxy42.65410.30440.3209
Hunter Lab65.3101-3.69720.4926
CIE-Lab71.3196-0.2367-3.5602

#abafb5 color RGB value is (171,175,181).

#abafb5 hex color red value is 171, green value is 175 and the blue value of its RGB is 181. Cylindrical-coordinate representations (also known as HSL) of color #abafb5 hue: 0.60 , saturation: 0.06 and the lightness value of abafb5 is 0.69.

The process color (four color CMYK) of #abafb5 color hex is 0.06, 0.03, 0.00, 0.29. Web safe color of #abafb5 is #9999cc. Color #abafb5 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 10110101
Octal 253 257 265
Decimal 171 175 181
Hex AB AF B5

RGB Percentages of Color #abafb5

%32.45
%33.21
%34.35

CMYK Percentages of Color #abafb5

%6
%3
%0
%29

Triadic Colors of #abafb5

#abafb5 #b5abaf #afb5ab

Analogous Colors of #abafb5

#abafb5 #acabb5 #abb4b5

Monochromatic Colors of #abafb5

#abafb5

Complementary Color

#abafb5 #b5b1ab

#abafb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafb5 Color CSS Codes

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

#abafb5 Text Font Color

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

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


#abafb5 Background Color

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

This div background color is #abafb5


#abafb5 Border Color

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

This div border color is #abafb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafb5


Comments

No comments written yet.

Please login to write comment.