Color Hex Logo

#afac36 Color Hex

#AFAC36
(175,172,54)
0 Favorites   0 Comments

Color spaces of #afac36

RGB 17517254
HSL0.160.530.45
HSV59°69°69°
CMYK 0.000.020.69   0.31
XYZ33.097638.88539.2512
Yxy38.88530.40740.4787
Hunter Lab62.3581-14.384834.8546
CIE-Lab68.6681-13.180958.0551

#afac36 color RGB value is (175,172,54).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 00110110
Octal 257 254 66
Decimal 175 172 54
Hex AF AC 36

RGB Percentages of Color #afac36

%43.64
%42.89
%13.47

CMYK Percentages of Color #afac36

%0
%2
%69
%31

Triadic Colors of #afac36

#afac36 #36afac #ac36af

Analogous Colors of #afac36

#afac36 #76af36 #af7036

Monochromatic Colors of #afac36

#afac36

Complementary Color

#afac36 #3639af

#afac36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac36 Color CSS Codes

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

#afac36 Text Font Color

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

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


#afac36 Background Color

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

This div background color is #afac36


#afac36 Border Color

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

This div border color is #afac36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac36


Comments

No comments written yet.

Please login to write comment.