Color Hex Logo

#afaba3 Color Hex

#AFABA3
(175,171,163)
0 Favorites   0 Comments

Color spaces of #afaba3

RGB 175171163
HSL0.110.070.66
HSV40°69°
CMYK 0.000.020.07   0.31
XYZ38.853040.884140.4940
Yxy40.88410.32320.3400
Hunter Lab63.9407-3.43227.2098
CIE-Lab70.0946-0.01954.6121

#afaba3 color RGB value is (175,171,163).

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

The process color (four color CMYK) of #afaba3 color hex is 0.00, 0.02, 0.07, 0.31. Web safe color of #afaba3 is #999999. Color #afaba3 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 10100011
Octal 257 253 243
Decimal 175 171 163
Hex AF AB A3

RGB Percentages of Color #afaba3

%34.38
%33.60
%32.02

CMYK Percentages of Color #afaba3

%0
%2
%7
%31

Triadic Colors of #afaba3

#afaba3 #a3afab #aba3af

Analogous Colors of #afaba3

#afaba3 #adafa3 #afa5a3

Monochromatic Colors of #afaba3

#afaba3

Complementary Color

#afaba3 #a3a7af

#afaba3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaba3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaba3 Color CSS Codes

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

#afaba3 Text Font Color

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

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


#afaba3 Background Color

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

This div background color is #afaba3


#afaba3 Border Color

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

This div border color is #afaba3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaba3


Comments

No comments written yet.

Please login to write comment.