Color Hex Logo

#abafb4 Color Hex

#ABAFB4
(171,175,180)
0 Favorites   0 Comments

Color spaces of #abafb4

RGB 171175180
HSL0.590.060.69
HSV213°71°
CMYK 0.050.030.00   0.29
XYZ40.362842.613249.2778
Yxy42.61320.30520.3222
Hunter Lab65.2788-3.86880.9382
CIE-Lab71.2917-0.4333-3.0509

#abafb4 color RGB value is (171,175,180).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 10110100
Octal 253 257 264
Decimal 171 175 180
Hex AB AF B4

RGB Percentages of Color #abafb4

%32.51
%33.27
%34.22

CMYK Percentages of Color #abafb4

%5
%3
%0
%29

Triadic Colors of #abafb4

#abafb4 #b4abaf #afb4ab

Analogous Colors of #abafb4

#abafb4 #acabb4 #abb4b4

Monochromatic Colors of #abafb4

#abafb4

Complementary Color

#abafb4 #b4b0ab

#abafb4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafb4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafb4 Color CSS Codes

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

#abafb4 Text Font Color

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

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


#abafb4 Background Color

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

This div background color is #abafb4


#abafb4 Border Color

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

This div border color is #abafb4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafb4


Comments

No comments written yet.

Please login to write comment.