Color Hex Logo

#afa484 Color Hex

#AFA484
(175,164,132)
0 Favorites   0 Comments

Color spaces of #afa484

RGB 175164132
HSL0.120.210.60
HSV45°25°69°
CMYK 0.000.060.25   0.31
XYZ35.119537.330827.1844
Yxy37.33080.35250.3747
Hunter Lab61.0989-4.321816.3897
CIE-Lab67.5245-1.229618.0717

#afa484 color RGB value is (175,164,132).

#afa484 hex color red value is 175, green value is 164 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #afa484 hue: 0.12 , saturation: 0.21 and the lightness value of afa484 is 0.60.

The process color (four color CMYK) of #afa484 color hex is 0.00, 0.06, 0.25, 0.31. Web safe color of #afa484 is #999999. Color #afa484 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 10000100
Octal 257 244 204
Decimal 175 164 132
Hex AF A4 84

RGB Percentages of Color #afa484

%37.15
%34.82
%28.03

CMYK Percentages of Color #afa484

%0
%6
%25
%31

Triadic Colors of #afa484

#afa484 #84afa4 #a484af

Analogous Colors of #afa484

#afa484 #a5af84 #af8f84

Monochromatic Colors of #afa484

#afa484

Complementary Color

#afa484 #848faf

#afa484 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa484 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa484 Color CSS Codes

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

#afa484 Text Font Color

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

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


#afa484 Background Color

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

This div background color is #afa484


#afa484 Border Color

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

This div border color is #afa484


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa484


Comments

No comments written yet.

Please login to write comment.