Color Hex Logo

#afac28 Color Hex

#AFAC28
(175,172,40)
0 Favorites   0 Comments

Color spaces of #afac28

RGB 17517240
HSL0.160.630.42
HSV59°77°69°
CMYK 0.000.020.77   0.31
XYZ32.814738.77227.7617
Yxy38.77220.41360.4886
Hunter Lab62.2673-14.898836.1966
CIE-Lab68.5859-13.831962.9109

#afac28 color RGB value is (175,172,40).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 00101000
Octal 257 254 50
Decimal 175 172 40
Hex AF AC 28

RGB Percentages of Color #afac28

%45.22
%44.44
%10.34

CMYK Percentages of Color #afac28

%0
%2
%77
%31

Triadic Colors of #afac28

#afac28 #28afac #ac28af

Analogous Colors of #afac28

#afac28 #6faf28 #af6928

Monochromatic Colors of #afac28

#afac28

Complementary Color

#afac28 #282baf

#afac28 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac28 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac28 Color CSS Codes

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

#afac28 Text Font Color

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

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


#afac28 Background Color

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

This div background color is #afac28


#afac28 Border Color

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

This div border color is #afac28


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac28


Comments

No comments written yet.

Please login to write comment.