Color Hex Logo

#afa82b Color Hex

#AFA82B
(175,168,43)
0 Favorites   0 Comments

Color spaces of #afa82b

RGB 17516843
HSL0.160.610.43
HSV57°75°69°
CMYK 0.000.040.75   0.31
XYZ32.117937.29367.7911
Yxy37.29360.41600.4831
Hunter Lab61.0685-12.990935.1837
CIE-Lab67.4967-11.637560.9284

#afa82b color RGB value is (175,168,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 00101011
Octal 257 250 53
Decimal 175 168 43
Hex AF A8 2B

RGB Percentages of Color #afa82b

%45.34
%43.52
%11.14

CMYK Percentages of Color #afa82b

%0
%4
%75
%31

Triadic Colors of #afa82b

#afa82b #2bafa8 #a82baf

Analogous Colors of #afa82b

#afa82b #74af2b #af662b

Monochromatic Colors of #afa82b

#afa82b

Complementary Color

#afa82b #2b32af

#afa82b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa82b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa82b Color CSS Codes

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

#afa82b Text Font Color

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

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


#afa82b Background Color

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

This div background color is #afa82b


#afa82b Border Color

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

This div border color is #afa82b


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,168,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 #afa82b">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa82b


Comments

No comments written yet.

Please login to write comment.