Color Hex Logo

#afa752 Color Hex

#AFA752
(175,167,82)
0 Favorites   0 Comments

Color spaces of #afa752

RGB 17516782
HSL0.150.370.50
HSV55°53°69°
CMYK 0.000.050.53   0.31
XYZ33.020937.360613.4536
Yxy37.36060.39390.4456
Hunter Lab61.1233-10.534029.7362
CIE-Lab67.5467-8.619244.4315

#afa752 color RGB value is (175,167,82).

#afa752 hex color red value is 175, green value is 167 and the blue value of its RGB is 82. Cylindrical-coordinate representations (also known as HSL) of color #afa752 hue: 0.15 , saturation: 0.37 and the lightness value of afa752 is 0.50.

The process color (four color CMYK) of #afa752 color hex is 0.00, 0.05, 0.53, 0.31. Web safe color of #afa752 is #999966. Color #afa752 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 01010010
Octal 257 247 122
Decimal 175 167 82
Hex AF A7 52

RGB Percentages of Color #afa752

%41.27
%39.39
%19.34

CMYK Percentages of Color #afa752

%0
%5
%53
%31

Triadic Colors of #afa752

#afa752 #52afa7 #a752af

Analogous Colors of #afa752

#afa752 #89af52 #af7952

Monochromatic Colors of #afa752

#afa752

Complementary Color

#afa752 #525aaf

#afa752 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa752 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa752 Color CSS Codes

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

#afa752 Text Font Color

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

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


#afa752 Background Color

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

This div background color is #afa752


#afa752 Border Color

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

This div border color is #afa752


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa752


Comments

No comments written yet.

Please login to write comment.