Color Hex Logo

#afc929 Color Hex

#AFC929
(175,201,41)
0 Favorites   0 Comments

Color spaces of #afc929

RGB 17520141
HSL0.190.660.47
HSV70°80°79°
CMYK 0.130.000.80   0.21
XYZ38.966151.04739.8972
Yxy51.04730.39000.5109
Hunter Lab71.4474-27.682341.8001
CIE-Lab76.7077-28.164169.9157

#afc929 color RGB value is (175,201,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001001 00101001
Octal 257 311 51
Decimal 175 201 41
Hex AF C9 29

RGB Percentages of Color #afc929

%41.97
%48.20
%9.83

CMYK Percentages of Color #afc929

%13
%0
%80
%21

Triadic Colors of #afc929

#afc929 #29afc9 #c929af

Analogous Colors of #afc929

#afc929 #5fc929 #c99329

Monochromatic Colors of #afc929

#afc929

Complementary Color

#afc929 #4329c9

#afc929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc929 Color CSS Codes

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

#afc929 Text Font Color

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

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


#afc929 Background Color

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

This div background color is #afc929


#afc929 Border Color

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

This div border color is #afc929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc929


Comments

No comments written yet.

Please login to write comment.