Color Hex Logo

#afab59 Color Hex

#AFAB59
(175,171,89)
0 Favorites   0 Comments

Color spaces of #afab59

RGB 17517189
HSL0.160.350.52
HSV57°49°69°
CMYK 0.000.020.49   0.31
XYZ34.045338.961015.1771
Yxy38.96100.38610.4418
Hunter Lab62.4187-11.872929.2768
CIE-Lab68.7230-10.091742.3755

#afab59 color RGB value is (175,171,89).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101011 01011001
Octal 257 253 131
Decimal 175 171 89
Hex AF AB 59

RGB Percentages of Color #afab59

%40.23
%39.31
%20.46

CMYK Percentages of Color #afab59

%0
%2
%49
%31

Triadic Colors of #afab59

#afab59 #59afab #ab59af

Analogous Colors of #afab59

#afab59 #88af59 #af8059

Monochromatic Colors of #afab59

#afab59

Complementary Color

#afab59 #595daf

#afab59 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afab59 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afab59 Color CSS Codes

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

#afab59 Text Font Color

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

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


#afab59 Background Color

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

This div background color is #afab59


#afab59 Border Color

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

This div border color is #afab59


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afab59


Comments

No comments written yet.

Please login to write comment.