Color Hex Logo

#afac30 Color Hex

#AFAC30
(175,172,48)
0 Favorites   0 Comments

Color spaces of #afac30

RGB 17517248
HSL0.160.570.44
HSV59°73°69°
CMYK 0.000.020.73   0.31
XYZ32.965238.83248.5543
Yxy38.83240.41030.4833
Hunter Lab62.3156-14.625235.4820
CIE-Lab68.6297-13.485160.2546

#afac30 color RGB value is (175,172,48).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 10101100 00110000
Octal 257 254 60
Decimal 175 172 48
Hex AF AC 30

RGB Percentages of Color #afac30

%44.30
%43.54
%12.15

CMYK Percentages of Color #afac30

%0
%2
%73
%31

Triadic Colors of #afac30

#afac30 #30afac #ac30af

Analogous Colors of #afac30

#afac30 #73af30 #af6d30

Monochromatic Colors of #afac30

#afac30

Complementary Color

#afac30 #3033af

#afac30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afac30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afac30 Color CSS Codes

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

#afac30 Text Font Color

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

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


#afac30 Background Color

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

This div background color is #afac30


#afac30 Border Color

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

This div border color is #afac30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afac30


Comments

No comments written yet.

Please login to write comment.