Color Hex Logo

#afa336 Color Hex

#AFA336
(175,163,54)
0 Favorites   0 Comments

Color spaces of #afa336

RGB 17516354
HSL0.150.530.45
HSV54°69°69°
CMYK 0.000.070.69   0.31
XYZ31.442235.57478.6994
Yxy35.57470.41530.4698
Hunter Lab59.6445-10.279933.1035
CIE-Lab66.1937-8.480555.5729

#afa336 color RGB value is (175,163,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10100011 00110110
Octal 257 243 66
Decimal 175 163 54
Hex AF A3 36

RGB Percentages of Color #afa336

%44.64
%41.58
%13.78

CMYK Percentages of Color #afa336

%0
%7
%69
%31

Triadic Colors of #afa336

#afa336 #36afa3 #a336af

Analogous Colors of #afa336

#afa336 #7faf36 #af6736

Monochromatic Colors of #afa336

#afa336

Complementary Color

#afa336 #3642af

#afa336 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afa336 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afa336 Color CSS Codes

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

#afa336 Text Font Color

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

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


#afa336 Background Color

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

This div background color is #afa336


#afa336 Border Color

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

This div border color is #afa336


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afa336


Comments

No comments written yet.

Please login to write comment.