Color Hex Logo

#afa130 Color Hex

#AFA130
(175,161,48)
0 Favorites   0 Comments

Color spaces of #afa130

RGB 17516148
HSL0.150.570.44
HSV53°73°69°
CMYK 0.000.080.73   0.31
XYZ30.957634.81717.8850
Yxy34.81710.42030.4727
Hunter Lab59.0060-9.610233.3813
CIE-Lab65.6060-7.733357.3363

#afa130 color RGB value is (175,161,48).

#afa130 hex color red value is 175, green value is 161 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #afa130 hue: 0.15 , saturation: 0.57 and the lightness value of afa130 is 0.44.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100001 00110000
Octal 257 241 60
Decimal 175 161 48
Hex AF A1 30

RGB Percentages of Color #afa130

%45.57
%41.93
%12.50

CMYK Percentages of Color #afa130

%0
%8
%73
%31

Triadic Colors of #afa130

#afa130 #30afa1 #a130af

Analogous Colors of #afa130

#afa130 #7eaf30 #af6130

Monochromatic Colors of #afa130

#afa130

Complementary Color

#afa130 #303eaf

#afa130 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa130 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa130 Color CSS Codes

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

#afa130 Text Font Color

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

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


#afa130 Background Color

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

This div background color is #afa130


#afa130 Border Color

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

This div border color is #afa130


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa130


Comments

No comments written yet.

Please login to write comment.