Color Hex Logo

#afa326 Color Hex

#AFA326
(175,163,38)
0 Favorites   0 Comments

Color spaces of #afa326

RGB 17516338
HSL0.150.640.42
HSV55°78°69°
CMYK 0.000.070.78   0.31
XYZ31.126235.44837.0354
Yxy35.44830.42290.4816
Hunter Lab59.5385-10.874134.6709
CIE-Lab66.0962-9.222861.2900

#afa326 color RGB value is (175,163,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 00100110
Octal 257 243 46
Decimal 175 163 38
Hex AF A3 26

RGB Percentages of Color #afa326

%46.54
%43.35
%10.11

CMYK Percentages of Color #afa326

%0
%7
%78
%31

Triadic Colors of #afa326

#afa326 #26afa3 #a326af

Analogous Colors of #afa326

#afa326 #77af26 #af5f26

Monochromatic Colors of #afa326

#afa326

Complementary Color

#afa326 #2632af

#afa326 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa326 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa326 Color CSS Codes

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

#afa326 Text Font Color

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

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


#afa326 Background Color

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

This div background color is #afa326


#afa326 Border Color

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

This div border color is #afa326


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa326


Comments

No comments written yet.

Please login to write comment.