Color Hex Logo

#afab63 Color Hex

#AFAB63
(175,171,99)
0 Favorites   0 Comments

Color spaces of #afab63

RGB 17517199
HSL0.160.320.54
HSV57°43°69°
CMYK 0.000.020.43   0.31
XYZ34.494239.140617.5412
Yxy39.14060.37830.4293
Hunter Lab62.5624-11.067227.1700
CIE-Lab68.8530-9.098137.4730

#afab63 color RGB value is (175,171,99).

#afab63 hex color red value is 175, green value is 171 and the blue value of its RGB is 99. Cylindrical-coordinate representations (also known as HSL) of color #afab63 hue: 0.16 , saturation: 0.32 and the lightness value of afab63 is 0.54.

The process color (four color CMYK) of #afab63 color hex is 0.00, 0.02, 0.43, 0.31. Web safe color of #afab63 is #999966. Color #afab63 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 01100011
Octal 257 253 143
Decimal 175 171 99
Hex AF AB 63

RGB Percentages of Color #afab63

%39.33
%38.43
%22.25

CMYK Percentages of Color #afab63

%0
%2
%43
%31

Triadic Colors of #afab63

#afab63 #63afab #ab63af

Analogous Colors of #afab63

#afab63 #8daf63 #af8563

Monochromatic Colors of #afab63

#afab63

Complementary Color

#afab63 #6367af

#afab63 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab63 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab63 Color CSS Codes

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

#afab63 Text Font Color

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

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


#afab63 Background Color

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

This div background color is #afab63


#afab63 Border Color

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

This div border color is #afab63


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab63


Comments

No comments written yet.

Please login to write comment.