Color Hex Logo

#afa455 Color Hex

#AFA455
(175,164,85)
0 Favorites   0 Comments

Color spaces of #afa455

RGB 17516485
HSL0.150.360.51
HSV53°51°69°
CMYK 0.000.060.51   0.31
XYZ32.594336.320813.8870
Yxy36.32080.39360.4386
Hunter Lab60.2667-8.927928.5248
CIE-Lab66.7643-6.767142.0241

#afa455 color RGB value is (175,164,85).

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

The process color (four color CMYK) of #afa455 color hex is 0.00, 0.06, 0.51, 0.31. Web safe color of #afa455 is #999966. Color #afa455 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01010101
Octal 257 244 125
Decimal 175 164 85
Hex AF A4 55

RGB Percentages of Color #afa455

%41.27
%38.68
%20.05

CMYK Percentages of Color #afa455

%0
%6
%51
%31

Triadic Colors of #afa455

#afa455 #55afa4 #a455af

Analogous Colors of #afa455

#afa455 #8daf55 #af7755

Monochromatic Colors of #afa455

#afa455

Complementary Color

#afa455 #5560af

#afa455 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa455 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa455 Color CSS Codes

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

#afa455 Text Font Color

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

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


#afa455 Background Color

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

This div background color is #afa455


#afa455 Border Color

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

This div border color is #afa455


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa455


Comments

No comments written yet.

Please login to write comment.