Color Hex Logo

#afa423 Color Hex

#AFA423
(175,164,35)
0 Favorites   0 Comments

Color spaces of #afa423

RGB 17516435
HSL0.150.670.41
HSV55°80°69°
CMYK 0.000.060.80   0.31
XYZ31.258035.78626.8501
Yxy35.78620.42300.4843
Hunter Lab59.8216-11.417835.0859
CIE-Lab66.3562-9.857962.4492

#afa423 color RGB value is (175,164,35).

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

The process color (four color CMYK) of #afa423 color hex is 0.00, 0.06, 0.80, 0.31. Web safe color of #afa423 is #999933. Color #afa423 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100100 00100011
Octal 257 244 43
Decimal 175 164 35
Hex AF A4 23

RGB Percentages of Color #afa423

%46.79
%43.85
%9.36

CMYK Percentages of Color #afa423

%0
%6
%80
%31

Triadic Colors of #afa423

#afa423 #23afa4 #a423af

Analogous Colors of #afa423

#afa423 #74af23 #af5e23

Monochromatic Colors of #afa423

#afa423

Complementary Color

#afa423 #232eaf

#afa423 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa423 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa423 Color CSS Codes

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

#afa423 Text Font Color

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

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


#afa423 Background Color

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

This div background color is #afa423


#afa423 Border Color

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

This div border color is #afa423


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa423


Comments

No comments written yet.

Please login to write comment.