Color Hex Logo

#afa30d Color Hex

#AFA30D
(175,163,13)
0 Favorites   0 Comments

Color spaces of #afa30d

RGB 17516313
HSL0.150.860.37
HSV56°93°69°
CMYK 0.000.070.93   0.31
XYZ30.849035.33745.5757
Yxy35.33740.42990.4924
Hunter Lab59.4453-11.397036.0506
CIE-Lab66.0105-9.879567.1281

#afa30d color RGB value is (175,163,13).

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

The process color (four color CMYK) of #afa30d color hex is 0.00, 0.07, 0.93, 0.31. Web safe color of #afa30d is #999900. Color #afa30d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 00001101
Octal 257 243 15
Decimal 175 163 13
Hex AF A3 D

RGB Percentages of Color #afa30d

%49.86
%46.44
%3.70

CMYK Percentages of Color #afa30d

%0
%7
%93
%31

Triadic Colors of #afa30d

#afa30d #0dafa3 #a30daf

Analogous Colors of #afa30d

#afa30d #6aaf0d #af520d

Monochromatic Colors of #afa30d

#afa30d

Complementary Color

#afa30d #0d19af

#afa30d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa30d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa30d Color CSS Codes

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

#afa30d Text Font Color

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

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


#afa30d Background Color

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

This div background color is #afa30d


#afa30d Border Color

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

This div border color is #afa30d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa30d


Comments

No comments written yet.

Please login to write comment.