Color Hex Logo

#afa753 Color Hex

#AFA753
(175,167,83)
0 Favorites   0 Comments

Color spaces of #afa753

RGB 17516783
HSL0.150.370.51
HSV55°53°69°
CMYK 0.000.050.53   0.31
XYZ33.059237.375913.6555
Yxy37.37590.39310.4445
Hunter Lab61.1358-10.463829.5519
CIE-Lab67.5581-8.532543.9553

#afa753 color RGB value is (175,167,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 01010011
Octal 257 247 123
Decimal 175 167 83
Hex AF A7 53

RGB Percentages of Color #afa753

%41.18
%39.29
%19.53

CMYK Percentages of Color #afa753

%0
%5
%53
%31

Triadic Colors of #afa753

#afa753 #53afa7 #a753af

Analogous Colors of #afa753

#afa753 #89af53 #af7953

Monochromatic Colors of #afa753

#afa753

Complementary Color

#afa753 #535baf

#afa753 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa753 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa753 Color CSS Codes

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

#afa753 Text Font Color

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

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


#afa753 Background Color

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

This div background color is #afa753


#afa753 Border Color

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

This div border color is #afa753


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa753


Comments

No comments written yet.

Please login to write comment.