Color Hex Logo

#abafba Color Hex

#ABAFBA
(171,175,186)
0 Favorites   0 Comments

Color spaces of #abafba

RGB 171175186
HSL0.620.100.70
HSV224°73°
CMYK 0.080.060.00   0.27
XYZ40.987542.863052.5675
Yxy42.86300.30050.3142
Hunter Lab65.4698-2.8220-1.7767
CIE-Lab71.46190.7619-6.1010

#abafba color RGB value is (171,175,186).

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

The process color (four color CMYK) of #abafba color hex is 0.08, 0.06, 0.00, 0.27. Web safe color of #abafba is #9999cc. Color #abafba contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 10111010
Octal 253 257 272
Decimal 171 175 186
Hex AB AF BA

RGB Percentages of Color #abafba

%32.14
%32.89
%34.96

CMYK Percentages of Color #abafba

%8
%6
%0
%27

Triadic Colors of #abafba

#abafba #baabaf #afbaab

Analogous Colors of #abafba

#abafba #afabba #abb7ba

Monochromatic Colors of #abafba

#abafba

Complementary Color

#abafba #bab6ab

#abafba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafba Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafba Color CSS Codes

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

#abafba Text Font Color

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

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


#abafba Background Color

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

This div background color is #abafba


#abafba Border Color

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

This div border color is #abafba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafba


Comments

No comments written yet.

Please login to write comment.