Color Hex Logo

#abafbd Color Hex

#ABAFBD
(171,175,189)
0 Favorites   0 Comments

Color spaces of #abafbd

RGB 171175189
HSL0.630.120.71
HSV227°10°74°
CMYK 0.100.070.00   0.26
XYZ41.309942.992054.2651
Yxy42.99200.29810.3103
Hunter Lab65.5683-2.2844-3.1713
CIE-Lab71.54951.3719-7.6210

#abafbd color RGB value is (171,175,189).

#abafbd hex color red value is 171, green value is 175 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #abafbd hue: 0.63 , saturation: 0.12 and the lightness value of abafbd is 0.71.

The process color (four color CMYK) of #abafbd color hex is 0.10, 0.07, 0.00, 0.26. Web safe color of #abafbd is #9999cc. Color #abafbd contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 10111101
Octal 253 257 275
Decimal 171 175 189
Hex AB AF BD

RGB Percentages of Color #abafbd

%31.96
%32.71
%35.33

CMYK Percentages of Color #abafbd

%10
%7
%0
%26

Triadic Colors of #abafbd

#abafbd #bdabaf #afbdab

Analogous Colors of #abafbd

#abafbd #b0abbd #abb8bd

Monochromatic Colors of #abafbd

#abafbd

Complementary Color

#abafbd #bdb9ab

#abafbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafbd Color CSS Codes

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

#abafbd Text Font Color

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

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


#abafbd Background Color

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

This div background color is #abafbd


#abafbd Border Color

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

This div border color is #abafbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafbd


Comments

No comments written yet.

Please login to write comment.