Color Hex Logo

#afa652 Color Hex

#AFA652
(175,166,82)
0 Favorites   0 Comments

Color spaces of #afa652

RGB 17516682
HSL0.150.370.50
HSV54°53°69°
CMYK 0.000.050.53   0.31
XYZ32.838436.995613.3927
Yxy36.99560.39460.4445
Hunter Lab60.8240-10.071329.5219
CIE-Lab67.2737-8.091444.1114

#afa652 color RGB value is (175,166,82).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100110 01010010
Octal 257 246 122
Decimal 175 166 82
Hex AF A6 52

RGB Percentages of Color #afa652

%41.37
%39.24
%19.39

CMYK Percentages of Color #afa652

%0
%5
%53
%31

Triadic Colors of #afa652

#afa652 #52afa6 #a652af

Analogous Colors of #afa652

#afa652 #8aaf52 #af7852

Monochromatic Colors of #afa652

#afa652

Complementary Color

#afa652 #525baf

#afa652 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa652 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa652 Color CSS Codes

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

#afa652 Text Font Color

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

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


#afa652 Background Color

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

This div background color is #afa652


#afa652 Border Color

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

This div border color is #afa652


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa652


Comments

No comments written yet.

Please login to write comment.