Color Hex Logo

#afaf46 Color Hex

#AFAF46
(175,175,70)
0 Favorites   0 Comments

Color spaces of #afaf46

RGB 17517570
HSL0.170.430.48
HSV60°60°69°
CMYK 0.000.000.60   0.31
XYZ34.114740.216111.7588
Yxy40.21610.39630.4671
Hunter Lab63.4162-14.954333.3976
CIE-Lab69.6232-13.730652.3836

#afaf46 color RGB value is (175,175,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101111 01000110
Octal 257 257 106
Decimal 175 175 70
Hex AF AF 46

RGB Percentages of Color #afaf46

%41.67
%41.67
%16.67

CMYK Percentages of Color #afaf46

%0
%0
%60
%31

Triadic Colors of #afaf46

#afaf46 #46afaf #af46af

Analogous Colors of #afaf46

#afaf46 #7baf46 #af7b46

Monochromatic Colors of #afaf46

#afaf46

Complementary Color

#afaf46 #4646af

#afaf46 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaf46 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaf46 Color CSS Codes

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

#afaf46 Text Font Color

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

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


#afaf46 Background Color

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

This div background color is #afaf46


#afaf46 Border Color

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

This div border color is #afaf46


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,175,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 #afaf46">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaf46


Comments

No comments written yet.

Please login to write comment.