Color Hex Logo

#abafb8 Color Hex

#ABAFB8
(171,175,184)
0 Favorites   0 Comments

Color spaces of #abafb8

RGB 171175184
HSL0.620.080.70
HSV222°72°
CMYK 0.070.050.00   0.28
XYZ40.776342.778651.4553
Yxy42.77860.30200.3169
Hunter Lab65.4054-3.1754-0.8605
CIE-Lab71.40440.3596-5.0857

#abafb8 color RGB value is (171,175,184).

#abafb8 hex color red value is 171, green value is 175 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #abafb8 hue: 0.62 , saturation: 0.08 and the lightness value of abafb8 is 0.70.

The process color (four color CMYK) of #abafb8 color hex is 0.07, 0.05, 0.00, 0.28. Web safe color of #abafb8 is #9999cc. Color #abafb8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 10111000
Octal 253 257 270
Decimal 171 175 184
Hex AB AF B8

RGB Percentages of Color #abafb8

%32.26
%33.02
%34.72

CMYK Percentages of Color #abafb8

%7
%5
%0
%28

Triadic Colors of #abafb8

#abafb8 #b8abaf #afb8ab

Analogous Colors of #abafb8

#abafb8 #aeabb8 #abb6b8

Monochromatic Colors of #abafb8

#abafb8

Complementary Color

#abafb8 #b8b4ab

#abafb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafb8 Color CSS Codes

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

#abafb8 Text Font Color

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

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


#abafb8 Background Color

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

This div background color is #abafb8


#abafb8 Border Color

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

This div border color is #abafb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafb8


Comments

No comments written yet.

Please login to write comment.