Color Hex Logo

#afa21a Color Hex

#AFA21A
(175,162,26)
0 Favorites   0 Comments

Color spaces of #afa21a

RGB 17516226
HSL0.150.740.39
HSV55°85°69°
CMYK 0.000.070.85   0.31
XYZ30.786035.02926.1160
Yxy35.02920.42800.4870
Hunter Lab59.1855-10.725835.3030
CIE-Lab65.7714-9.082964.3904

#afa21a color RGB value is (175,162,26).

#afa21a hex color red value is 175, green value is 162 and the blue value of its RGB is 26. Cylindrical-coordinate representations (also known as HSL) of color #afa21a hue: 0.15 , saturation: 0.74 and the lightness value of afa21a is 0.39.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 00011010
Octal 257 242 32
Decimal 175 162 26
Hex AF A2 1A

RGB Percentages of Color #afa21a

%48.21
%44.63
%7.16

CMYK Percentages of Color #afa21a

%0
%7
%85
%31

Triadic Colors of #afa21a

#afa21a #1aafa2 #a21aaf

Analogous Colors of #afa21a

#afa21a #72af1a #af581a

Monochromatic Colors of #afa21a

#afa21a

Complementary Color

#afa21a #1a27af

#afa21a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa21a Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa21a Color CSS Codes

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

#afa21a Text Font Color

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

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


#afa21a Background Color

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

This div background color is #afa21a


#afa21a Border Color

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

This div border color is #afa21a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa21a


Comments

No comments written yet.

Please login to write comment.