Color Hex Logo

#afa21b Color Hex

#AFA21B
(175,162,27)
0 Favorites   0 Comments

Color spaces of #afa21b

RGB 17516227
HSL0.150.730.40
HSV55°85°69°
CMYK 0.000.070.85   0.31
XYZ30.797435.03386.1759
Yxy35.03380.42770.4865
Hunter Lab59.1894-10.704335.2461
CIE-Lab65.7750-9.056064.1473

#afa21b color RGB value is (175,162,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100010 00011011
Octal 257 242 33
Decimal 175 162 27
Hex AF A2 1B

RGB Percentages of Color #afa21b

%48.08
%44.51
%7.42

CMYK Percentages of Color #afa21b

%0
%7
%85
%31

Triadic Colors of #afa21b

#afa21b #1bafa2 #a21baf

Analogous Colors of #afa21b

#afa21b #72af1b #af581b

Monochromatic Colors of #afa21b

#afa21b

Complementary Color

#afa21b #1b28af

#afa21b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa21b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa21b Color CSS Codes

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

#afa21b Text Font Color

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

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


#afa21b Background Color

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

This div background color is #afa21b


#afa21b Border Color

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

This div border color is #afa21b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa21b


Comments

No comments written yet.

Please login to write comment.