Color Hex Logo

#afa723 Color Hex

#AFA723
(175,167,35)
0 Favorites   0 Comments

Color spaces of #afa723

RGB 17516735
HSL0.160.670.41
HSV57°80°69°
CMYK 0.000.050.80   0.31
XYZ31.801336.87277.0312
Yxy36.87270.42010.4871
Hunter Lab60.7229-12.782535.6407
CIE-Lab67.1814-11.426663.1771

#afa723 color RGB value is (175,167,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 00100011
Octal 257 247 43
Decimal 175 167 35
Hex AF A7 23

RGB Percentages of Color #afa723

%46.42
%44.30
%9.28

CMYK Percentages of Color #afa723

%0
%5
%80
%31

Triadic Colors of #afa723

#afa723 #23afa7 #a723af

Analogous Colors of #afa723

#afa723 #71af23 #af6123

Monochromatic Colors of #afa723

#afa723

Complementary Color

#afa723 #232baf

#afa723 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa723 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa723 Color CSS Codes

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

#afa723 Text Font Color

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

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


#afa723 Background Color

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

This div background color is #afa723


#afa723 Border Color

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

This div border color is #afa723


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa723


Comments

No comments written yet.

Please login to write comment.