Color Hex Logo

#afc829 Color Hex

#AFC829
(175,200,41)
0 Favorites   0 Comments

Color spaces of #afc829

RGB 17520041
HSL0.190.660.47
HSV69°80°78°
CMYK 0.130.000.80   0.22
XYZ38.733750.58269.8198
Yxy50.58260.39070.5102
Hunter Lab71.1214-27.249041.5988
CIE-Lab76.4255-27.687769.6642

#afc829 color RGB value is (175,200,41).

#afc829 hex color red value is 175, green value is 200 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #afc829 hue: 0.19 , saturation: 0.66 and the lightness value of afc829 is 0.47.

The process color (four color CMYK) of #afc829 color hex is 0.13, 0.00, 0.80, 0.22. Web safe color of #afc829 is #99cc33. Color #afc829 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 00101001
Octal 257 310 51
Decimal 175 200 41
Hex AF C8 29

RGB Percentages of Color #afc829

%42.07
%48.08
%9.86

CMYK Percentages of Color #afc829

%13
%0
%80
%22

Triadic Colors of #afc829

#afc829 #29afc8 #c829af

Analogous Colors of #afc829

#afc829 #60c829 #c89229

Monochromatic Colors of #afc829

#afc829

Complementary Color

#afc829 #4229c8

#afc829 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc829 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc829 Color CSS Codes

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

#afc829 Text Font Color

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

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


#afc829 Background Color

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

This div background color is #afc829


#afc829 Border Color

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

This div border color is #afc829


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc829


Comments

No comments written yet.

Please login to write comment.