Color Hex Logo

#afa726 Color Hex

#AFA726
(175,167,38)
0 Favorites   0 Comments

Color spaces of #afa726

RGB 17516738
HSL0.160.640.42
HSV56°78°69°
CMYK 0.000.050.78   0.31
XYZ31.847836.89137.2759
Yxy36.89130.41900.4853
Hunter Lab60.7382-12.696235.4143
CIE-Lab67.1954-11.317762.2809

#afa726 color RGB value is (175,167,38).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100111 00100110
Octal 257 247 46
Decimal 175 167 38
Hex AF A7 26

RGB Percentages of Color #afa726

%46.05
%43.95
%10.00

CMYK Percentages of Color #afa726

%0
%5
%78
%31

Triadic Colors of #afa726

#afa726 #26afa7 #a726af

Analogous Colors of #afa726

#afa726 #73af26 #af6326

Monochromatic Colors of #afa726

#afa726

Complementary Color

#afa726 #262eaf

#afa726 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa726 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa726 Color CSS Codes

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

#afa726 Text Font Color

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

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


#afa726 Background Color

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

This div background color is #afa726


#afa726 Border Color

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

This div border color is #afa726


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa726


Comments

No comments written yet.

Please login to write comment.