Color Hex Logo

#afd129 Color Hex

#AFD129
(175,209,41)
0 Favorites   0 Comments

Color spaces of #afd129

RGB 17520941
HSL0.200.670.49
HSV72°80°82°
CMYK 0.160.000.80   0.18
XYZ40.879954.875010.5352
Yxy54.87500.38460.5163
Hunter Lab74.0777-31.130343.4222
CIE-Lab78.9692-31.928171.9228

#afd129 color RGB value is (175,209,41).

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

The process color (four color CMYK) of #afd129 color hex is 0.16, 0.00, 0.80, 0.18. Web safe color of #afd129 is #99cc33. Color #afd129 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010001 00101001
Octal 257 321 51
Decimal 175 209 41
Hex AF D1 29

RGB Percentages of Color #afd129

%41.18
%49.18
%9.65

CMYK Percentages of Color #afd129

%16
%0
%80
%18

Triadic Colors of #afd129

#afd129 #29afd1 #d129af

Analogous Colors of #afd129

#afd129 #5bd129 #d19f29

Monochromatic Colors of #afd129

#afd129

Complementary Color

#afd129 #4b29d1

#afd129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd129 Color CSS Codes

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

#afd129 Text Font Color

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

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


#afd129 Background Color

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

This div background color is #afd129


#afd129 Border Color

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

This div border color is #afd129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd129


Comments

No comments written yet.

Please login to write comment.