Color Hex Logo

#afa538 Color Hex

#AFA538
(175,165,56)
0 Favorites   0 Comments

Color spaces of #afa538

RGB 17516556
HSL0.150.520.45
HSV55°68°69°
CMYK 0.000.060.68   0.31
XYZ31.848136.30989.0713
Yxy36.30980.41240.4702
Hunter Lab60.2576-11.107833.2547
CIE-Lab66.7560-9.422555.3320

#afa538 color RGB value is (175,165,56).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100101 00111000
Octal 257 245 70
Decimal 175 165 56
Hex AF A5 38

RGB Percentages of Color #afa538

%44.19
%41.67
%14.14

CMYK Percentages of Color #afa538

%0
%6
%68
%31

Triadic Colors of #afa538

#afa538 #38afa5 #a538af

Analogous Colors of #afa538

#afa538 #7eaf38 #af6a38

Monochromatic Colors of #afa538

#afa538

Complementary Color

#afa538 #3842af

#afa538 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa538 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa538 Color CSS Codes

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

#afa538 Text Font Color

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

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


#afa538 Background Color

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

This div background color is #afa538


#afa538 Border Color

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

This div border color is #afa538


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa538


Comments

No comments written yet.

Please login to write comment.