Color Hex Logo

#afa358 Color Hex

#AFA358
(175,163,88)
0 Favorites   0 Comments

Color spaces of #afa358

RGB 17516388
HSL0.140.350.52
HSV52°50°69°
CMYK 0.000.070.50   0.31
XYZ32.537836.012914.4688
Yxy36.01290.39190.4338
Hunter Lab60.0107-8.236227.7125
CIE-Lab66.5298-5.958640.2331

#afa358 color RGB value is (175,163,88).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 01011000
Octal 257 243 130
Decimal 175 163 88
Hex AF A3 58

RGB Percentages of Color #afa358

%41.08
%38.26
%20.66

CMYK Percentages of Color #afa358

%0
%7
%50
%31

Triadic Colors of #afa358

#afa358 #58afa3 #a358af

Analogous Colors of #afa358

#afa358 #90af58 #af7858

Monochromatic Colors of #afa358

#afa358

Complementary Color

#afa358 #5864af

#afa358 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa358 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa358 Color CSS Codes

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

#afa358 Text Font Color

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

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


#afa358 Background Color

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

This div background color is #afa358


#afa358 Border Color

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

This div border color is #afa358


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa358


Comments

No comments written yet.

Please login to write comment.