Color Hex Logo

#abafbc Color Hex

#ABAFBC
(171,175,188)
0 Favorites   0 Comments

Color spaces of #abafbc

RGB 171175188
HSL0.630.110.70
HSV226°74°
CMYK 0.090.070.00   0.26
XYZ41.201742.948753.6953
Yxy42.94870.29890.3116
Hunter Lab65.5353-2.4646-2.7037
CIE-Lab71.52011.1677-7.1147

#abafbc color RGB value is (171,175,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101011 10101111 10111100
Octal 253 257 274
Decimal 171 175 188
Hex AB AF BC

RGB Percentages of Color #abafbc

%32.02
%32.77
%35.21

CMYK Percentages of Color #abafbc

%9
%7
%0
%26

Triadic Colors of #abafbc

#abafbc #bcabaf #afbcab

Analogous Colors of #abafbc

#abafbc #b0abbc #abb8bc

Monochromatic Colors of #abafbc

#abafbc

Complementary Color

#abafbc #bcb8ab

#abafbc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#abafbc Color Preview on White Background

Lorem ipsum dolor sit amet.

#abafbc Color CSS Codes

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

#abafbc Text Font Color

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

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


#abafbc Background Color

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

This div background color is #abafbc


#abafbc Border Color

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

This div border color is #abafbc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #abafbc


Comments

No comments written yet.

Please login to write comment.