Color Hex Logo

#afa824 Color Hex

#AFA824
(175,168,36)
0 Favorites   0 Comments

Color spaces of #afa824

RGB 17516836
HSL0.160.660.41
HSV57°79°69°
CMYK 0.000.040.79   0.31
XYZ32.000337.24667.1718
Yxy37.24660.41870.4874
Hunter Lab61.0300-13.208335.7537
CIE-Lab67.4616-11.911963.1289

#afa824 color RGB value is (175,168,36).

#afa824 hex color red value is 175, green value is 168 and the blue value of its RGB is 36. Cylindrical-coordinate representations (also known as HSL) of color #afa824 hue: 0.16 , saturation: 0.66 and the lightness value of afa824 is 0.41.

The process color (four color CMYK) of #afa824 color hex is 0.00, 0.04, 0.79, 0.31. Web safe color of #afa824 is #999933. Color #afa824 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101000 00100100
Octal 257 250 44
Decimal 175 168 36
Hex AF A8 24

RGB Percentages of Color #afa824

%46.17
%44.33
%9.50

CMYK Percentages of Color #afa824

%0
%4
%79
%31

Triadic Colors of #afa824

#afa824 #24afa8 #a824af

Analogous Colors of #afa824

#afa824 #71af24 #af6324

Monochromatic Colors of #afa824

#afa824

Complementary Color

#afa824 #242baf

#afa824 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa824 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa824 Color CSS Codes

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

#afa824 Text Font Color

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

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


#afa824 Background Color

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

This div background color is #afa824


#afa824 Border Color

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

This div border color is #afa824


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa824


Comments

No comments written yet.

Please login to write comment.