Color Hex Logo

#afaa1c Color Hex

#AFAA1C
(175,170,28)
0 Favorites   0 Comments

Color spaces of #afaa1c

RGB 17517028
HSL0.160.720.40
HSV58°84°69°
CMYK 0.000.030.84   0.31
XYZ32.263537.94736.7227
Yxy37.94730.41940.4932
Hunter Lab61.6014-14.313736.6505
CIE-Lab67.9818-13.202765.7481

#afaa1c color RGB value is (175,170,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101010 00011100
Octal 257 252 34
Decimal 175 170 28
Hex AF AA 1C

RGB Percentages of Color #afaa1c

%46.92
%45.58
%7.51

CMYK Percentages of Color #afaa1c

%0
%3
%84
%31

Triadic Colors of #afaa1c

#afaa1c #1cafaa #aa1caf

Analogous Colors of #afaa1c

#afaa1c #6baf1c #af611c

Monochromatic Colors of #afaa1c

#afaa1c

Complementary Color

#afaa1c #1c21af

#afaa1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afaa1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afaa1c Color CSS Codes

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

#afaa1c Text Font Color

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

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


#afaa1c Background Color

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

This div background color is #afaa1c


#afaa1c Border Color

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

This div border color is #afaa1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afaa1c


Comments

No comments written yet.

Please login to write comment.