Color Hex Logo

#afa458 Color Hex

#AFA458
(175,164,88)
0 Favorites   0 Comments

Color spaces of #afa458

RGB 17516488
HSL0.150.350.52
HSV52°50°69°
CMYK 0.000.060.50   0.31
XYZ32.716136.369514.5282
Yxy36.36950.39130.4350
Hunter Lab60.3071-8.702827.9318
CIE-Lab66.8013-6.491140.5617

#afa458 color RGB value is (175,164,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 01011000
Octal 257 244 130
Decimal 175 164 88
Hex AF A4 58

RGB Percentages of Color #afa458

%40.98
%38.41
%20.61

CMYK Percentages of Color #afa458

%0
%6
%50
%31

Triadic Colors of #afa458

#afa458 #58afa4 #a458af

Analogous Colors of #afa458

#afa458 #8faf58 #af7958

Monochromatic Colors of #afa458

#afa458

Complementary Color

#afa458 #5863af

#afa458 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa458 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa458 Color CSS Codes

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

#afa458 Text Font Color

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

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


#afa458 Background Color

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

This div background color is #afa458


#afa458 Border Color

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

This div border color is #afa458


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa458


Comments

No comments written yet.

Please login to write comment.