Color Hex Logo

#afa053 Color Hex

#AFA053
(175,160,83)
0 Favorites   0 Comments

Color spaces of #afa053

RGB 17516083
HSL0.140.370.51
HSV50°53°69°
CMYK 0.000.090.53   0.31
XYZ31.811334.880113.2395
Yxy34.88010.39800.4364
Hunter Lab59.0594-7.208028.0504
CIE-Lab65.6552-4.811741.7015

#afa053 color RGB value is (175,160,83).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100000 01010011
Octal 257 240 123
Decimal 175 160 83
Hex AF A0 53

RGB Percentages of Color #afa053

%41.87
%38.28
%19.86

CMYK Percentages of Color #afa053

%0
%9
%53
%31

Triadic Colors of #afa053

#afa053 #53afa0 #a053af

Analogous Colors of #afa053

#afa053 #90af53 #af7253

Monochromatic Colors of #afa053

#afa053

Complementary Color

#afa053 #5362af

#afa053 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa053 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa053 Color CSS Codes

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

#afa053 Text Font Color

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

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


#afa053 Background Color

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

This div background color is #afa053


#afa053 Border Color

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

This div border color is #afa053


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa053


Comments

No comments written yet.

Please login to write comment.