Color Hex Logo

#afa530 Color Hex

#AFA530
(175,165,48)
0 Favorites   0 Comments

Color spaces of #afa530

RGB 17516548
HSL0.150.570.44
HSV55°73°69°
CMYK 0.000.060.73   0.31
XYZ31.667836.23768.1218
Yxy36.23760.41650.4766
Hunter Lab60.1977-11.443634.1390
CIE-Lab66.7011-9.842558.3980

#afa530 color RGB value is (175,165,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 00110000
Octal 257 245 60
Decimal 175 165 48
Hex AF A5 30

RGB Percentages of Color #afa530

%45.10
%42.53
%12.37

CMYK Percentages of Color #afa530

%0
%6
%73
%31

Triadic Colors of #afa530

#afa530 #30afa5 #a530af

Analogous Colors of #afa530

#afa530 #7aaf30 #af6630

Monochromatic Colors of #afa530

#afa530

Complementary Color

#afa530 #303aaf

#afa530 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa530 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa530 Color CSS Codes

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

#afa530 Text Font Color

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

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


#afa530 Background Color

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

This div background color is #afa530


#afa530 Border Color

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

This div border color is #afa530


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa530


Comments

No comments written yet.

Please login to write comment.