Color Hex Logo

#afaa46 Color Hex

#AFAA46
(175,170,70)
0 Favorites   0 Comments

Color spaces of #afaa46

RGB 17517070
HSL0.160.430.48
HSV57°60°69°
CMYK 0.000.030.60   0.31
XYZ33.159438.305611.4404
Yxy38.30560.40000.4620
Hunter Lab61.8915-12.675832.3645
CIE-Lab68.2452-11.139550.8754

#afaa46 color RGB value is (175,170,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 01000110
Octal 257 252 106
Decimal 175 170 70
Hex AF AA 46

RGB Percentages of Color #afaa46

%42.17
%40.96
%16.87

CMYK Percentages of Color #afaa46

%0
%3
%60
%31

Triadic Colors of #afaa46

#afaa46 #46afaa #aa46af

Analogous Colors of #afaa46

#afaa46 #80af46 #af7646

Monochromatic Colors of #afaa46

#afaa46

Complementary Color

#afaa46 #464baf

#afaa46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa46 Color CSS Codes

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

#afaa46 Text Font Color

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

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


#afaa46 Background Color

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

This div background color is #afaa46


#afaa46 Border Color

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

This div border color is #afaa46


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa46


Comments

No comments written yet.

Please login to write comment.