Color Hex Logo

#afcc29 Color Hex

#AFCC29
(175,204,41)
0 Favorites   0 Comments

Color spaces of #afcc29

RGB 17520441
HSL0.200.670.48
HSV71°80°80°
CMYK 0.140.000.80   0.20
XYZ39.672352.459810.1326
Yxy52.45980.38790.5130
Hunter Lab72.4291-28.979542.4059
CIE-Lab77.5550-29.585870.6692

#afcc29 color RGB value is (175,204,41).

#afcc29 hex color red value is 175, green value is 204 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #afcc29 hue: 0.20 , saturation: 0.67 and the lightness value of afcc29 is 0.48.

The process color (four color CMYK) of #afcc29 color hex is 0.14, 0.00, 0.80, 0.20. Web safe color of #afcc29 is #99cc33. Color #afcc29 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001100 00101001
Octal 257 314 51
Decimal 175 204 41
Hex AF CC 29

RGB Percentages of Color #afcc29

%41.67
%48.57
%9.76

CMYK Percentages of Color #afcc29

%14
%0
%80
%20

Triadic Colors of #afcc29

#afcc29 #29afcc #cc29af

Analogous Colors of #afcc29

#afcc29 #5dcc29 #cc9829

Monochromatic Colors of #afcc29

#afcc29

Complementary Color

#afcc29 #4629cc

#afcc29 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afcc29 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afcc29 Color CSS Codes

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

#afcc29 Text Font Color

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

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


#afcc29 Background Color

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

This div background color is #afcc29


#afcc29 Border Color

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

This div border color is #afcc29


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afcc29


Comments

No comments written yet.

Please login to write comment.