Color Hex Logo

#afa328 Color Hex

#AFA328
(175,163,40)
0 Favorites   0 Comments

Color spaces of #afa328

RGB 17516340
HSL0.150.630.42
HSV55°77°69°
CMYK 0.000.070.77   0.31
XYZ31.159435.46157.2100
Yxy35.46150.42200.4803
Hunter Lab59.5496-10.811334.5061
CIE-Lab66.1064-9.144260.6491

#afa328 color RGB value is (175,163,40).

#afa328 hex color red value is 175, green value is 163 and the blue value of its RGB is 40. Cylindrical-coordinate representations (also known as HSL) of color #afa328 hue: 0.15 , saturation: 0.63 and the lightness value of afa328 is 0.42.

The process color (four color CMYK) of #afa328 color hex is 0.00, 0.07, 0.77, 0.31. Web safe color of #afa328 is #999933. Color #afa328 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 00101000
Octal 257 243 50
Decimal 175 163 40
Hex AF A3 28

RGB Percentages of Color #afa328

%46.30
%43.12
%10.58

CMYK Percentages of Color #afa328

%0
%7
%77
%31

Triadic Colors of #afa328

#afa328 #28afa3 #a328af

Analogous Colors of #afa328

#afa328 #78af28 #af6028

Monochromatic Colors of #afa328

#afa328

Complementary Color

#afa328 #2834af

#afa328 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa328 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa328 Color CSS Codes

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

#afa328 Text Font Color

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

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


#afa328 Background Color

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

This div background color is #afa328


#afa328 Border Color

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

This div border color is #afa328


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa328


Comments

No comments written yet.

Please login to write comment.