Color Hex Logo

#afa148 Color Hex

#AFA148
(175,161,72)
0 Favorites   0 Comments

Color spaces of #afa148

RGB 17516172
HSL0.140.420.48
HSV52°59°69°
CMYK 0.000.080.59   0.31
XYZ31.593835.071611.2352
Yxy35.07160.40560.4502
Hunter Lab59.2213-8.409830.2067
CIE-Lab65.8044-6.247647.2347

#afa148 color RGB value is (175,161,72).

#afa148 hex color red value is 175, green value is 161 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #afa148 hue: 0.14 , saturation: 0.42 and the lightness value of afa148 is 0.48.

The process color (four color CMYK) of #afa148 color hex is 0.00, 0.08, 0.59, 0.31. Web safe color of #afa148 is #999933. Color #afa148 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 01001000
Octal 257 241 110
Decimal 175 161 72
Hex AF A1 48

RGB Percentages of Color #afa148

%42.89
%39.46
%17.65

CMYK Percentages of Color #afa148

%0
%8
%59
%31

Triadic Colors of #afa148

#afa148 #48afa1 #a148af

Analogous Colors of #afa148

#afa148 #8aaf48 #af6e48

Monochromatic Colors of #afa148

#afa148

Complementary Color

#afa148 #4856af

#afa148 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa148 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa148 Color CSS Codes

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

#afa148 Text Font Color

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

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


#afa148 Background Color

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

This div background color is #afa148


#afa148 Border Color

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

This div border color is #afa148


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa148


Comments

No comments written yet.

Please login to write comment.