Color Hex Logo

#afa33e Color Hex

#AFA33E
(175,163,62)
0 Favorites   0 Comments

Color spaces of #afa33e

RGB 17516362
HSL0.150.480.46
HSV54°65°69°
CMYK 0.000.070.65   0.31
XYZ31.645935.65619.7718
Yxy35.65610.41060.4626
Hunter Lab59.7127-9.897832.0963
CIE-Lab66.2563-8.005452.2776

#afa33e color RGB value is (175,163,62).

#afa33e hex color red value is 175, green value is 163 and the blue value of its RGB is 62. Cylindrical-coordinate representations (also known as HSL) of color #afa33e hue: 0.15 , saturation: 0.48 and the lightness value of afa33e is 0.46.

The process color (four color CMYK) of #afa33e color hex is 0.00, 0.07, 0.65, 0.31. Web safe color of #afa33e is #999933. Color #afa33e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 00111110
Octal 257 243 76
Decimal 175 163 62
Hex AF A3 3E

RGB Percentages of Color #afa33e

%43.75
%40.75
%15.50

CMYK Percentages of Color #afa33e

%0
%7
%65
%31

Triadic Colors of #afa33e

#afa33e #3eafa3 #a33eaf

Analogous Colors of #afa33e

#afa33e #83af3e #af6b3e

Monochromatic Colors of #afa33e

#afa33e

Complementary Color

#afa33e #3e4aaf

#afa33e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa33e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa33e Color CSS Codes

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

#afa33e Text Font Color

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

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


#afa33e Background Color

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

This div background color is #afa33e


#afa33e Border Color

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

This div border color is #afa33e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa33e


Comments

No comments written yet.

Please login to write comment.