Color Hex Logo

#afabc1 Color Hex

#AFABC1
(175,171,193)
0 Favorites   0 Comments

Color spaces of #afabc1

RGB 175171193
HSL0.700.150.71
HSV251°11°76°
CMYK 0.090.110.00   0.24
XYZ41.867742.090056.3696
Yxy42.09000.29840.2999
Hunter Lab64.87681.6591-6.1016
CIE-Lab70.93295.7268-10.7080

#afabc1 color RGB value is (175,171,193).

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

The process color (four color CMYK) of #afabc1 color hex is 0.09, 0.11, 0.00, 0.24. Web safe color of #afabc1 is #9999cc. Color #afabc1 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 11000001
Octal 257 253 301
Decimal 175 171 193
Hex AF AB C1

RGB Percentages of Color #afabc1

%32.47
%31.73
%35.81

CMYK Percentages of Color #afabc1

%9
%11
%0
%24

Triadic Colors of #afabc1

#afabc1 #c1afab #abc1af

Analogous Colors of #afabc1

#afabc1 #baabc1 #abb2c1

Monochromatic Colors of #afabc1

#afabc1

Complementary Color

#afabc1 #bdc1ab

#afabc1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afabc1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afabc1 Color CSS Codes

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

#afabc1 Text Font Color

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

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


#afabc1 Background Color

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

This div background color is #afabc1


#afabc1 Border Color

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

This div border color is #afabc1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afabc1


Comments

No comments written yet.

Please login to write comment.