Color Hex Logo

#afaa48 Color Hex

#AFAA48
(175,170,72)
0 Favorites   0 Comments

Color spaces of #afaa48

RGB 17517072
HSL0.160.420.48
HSV57°59°69°
CMYK 0.000.030.59   0.31
XYZ33.223638.331311.7785
Yxy38.33130.39870.4600
Hunter Lab61.9123-12.559132.0590
CIE-Lab68.2641-10.993749.9872

#afaa48 color RGB value is (175,170,72).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 01001000
Octal 257 252 110
Decimal 175 170 72
Hex AF AA 48

RGB Percentages of Color #afaa48

%41.97
%40.77
%17.27

CMYK Percentages of Color #afaa48

%0
%3
%59
%31

Triadic Colors of #afaa48

#afaa48 #48afaa #aa48af

Analogous Colors of #afaa48

#afaa48 #81af48 #af7748

Monochromatic Colors of #afaa48

#afaa48

Complementary Color

#afaa48 #484daf

#afaa48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa48 Color CSS Codes

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

#afaa48 Text Font Color

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

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


#afaa48 Background Color

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

This div background color is #afaa48


#afaa48 Border Color

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

This div border color is #afaa48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa48


Comments

No comments written yet.

Please login to write comment.