Color Hex Logo

#afaa2e Color Hex

#AFAA2E
(175,170,46)
0 Favorites   0 Comments

Color spaces of #afaa2e

RGB 17517046
HSL0.160.580.43
HSV58°74°69°
CMYK 0.000.030.74   0.31
XYZ32.547138.06078.2158
Yxy38.06070.41290.4829
Hunter Lab61.6934-13.793535.2896
CIE-Lab68.0653-12.544060.4266

#afaa2e color RGB value is (175,170,46).

#afaa2e hex color red value is 175, green value is 170 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #afaa2e hue: 0.16 , saturation: 0.58 and the lightness value of afaa2e is 0.43.

The process color (four color CMYK) of #afaa2e color hex is 0.00, 0.03, 0.74, 0.31. Web safe color of #afaa2e is #999933. Color #afaa2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 00101110
Octal 257 252 56
Decimal 175 170 46
Hex AF AA 2E

RGB Percentages of Color #afaa2e

%44.76
%43.48
%11.76

CMYK Percentages of Color #afaa2e

%0
%3
%74
%31

Triadic Colors of #afaa2e

#afaa2e #2eafaa #aa2eaf

Analogous Colors of #afaa2e

#afaa2e #74af2e #af6a2e

Monochromatic Colors of #afaa2e

#afaa2e

Complementary Color

#afaa2e #2e33af

#afaa2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa2e Color CSS Codes

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

#afaa2e Text Font Color

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

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


#afaa2e Background Color

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

This div background color is #afaa2e


#afaa2e Border Color

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

This div border color is #afaa2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa2e


Comments

No comments written yet.

Please login to write comment.