Color Hex Logo

#afa92b Color Hex

#AFA92B
(175,169,43)
0 Favorites   0 Comments

Color spaces of #afa92b

RGB 17516943
HSL0.160.610.43
HSV57°75°69°
CMYK 0.000.030.75   0.31
XYZ32.303237.66437.8529
Yxy37.66430.41510.4840
Hunter Lab61.3712-13.444935.3733
CIE-Lab67.7725-12.157661.1848

#afa92b color RGB value is (175,169,43).

#afa92b hex color red value is 175, green value is 169 and the blue value of its RGB is 43. Cylindrical-coordinate representations (also known as HSL) of color #afa92b hue: 0.16 , saturation: 0.61 and the lightness value of afa92b is 0.43.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101001 00101011
Octal 257 251 53
Decimal 175 169 43
Hex AF A9 2B

RGB Percentages of Color #afa92b

%45.22
%43.67
%11.11

CMYK Percentages of Color #afa92b

%0
%3
%75
%31

Triadic Colors of #afa92b

#afa92b #2bafa9 #a92baf

Analogous Colors of #afa92b

#afa92b #73af2b #af672b

Monochromatic Colors of #afa92b

#afa92b

Complementary Color

#afa92b #2b31af

#afa92b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa92b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa92b Color CSS Codes

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

#afa92b Text Font Color

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

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


#afa92b Background Color

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

This div background color is #afa92b


#afa92b Border Color

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

This div border color is #afa92b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa92b


Comments

No comments written yet.

Please login to write comment.