Color Hex Logo

#afd029 Color Hex

#AFD029
(175,208,41)
0 Favorites   0 Comments

Color spaces of #afd029

RGB 17520841
HSL0.200.670.49
HSV72°80°82°
CMYK 0.160.000.80   0.18
XYZ40.635354.385810.4536
Yxy54.38580.38530.5156
Hunter Lab73.7467-30.701243.2184
CIE-Lab78.6862-31.462371.6724

#afd029 color RGB value is (175,208,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010000 00101001
Octal 257 320 51
Decimal 175 208 41
Hex AF D0 29

RGB Percentages of Color #afd029

%41.27
%49.06
%9.67

CMYK Percentages of Color #afd029

%16
%0
%80
%18

Triadic Colors of #afd029

#afd029 #29afd0 #d029af

Analogous Colors of #afd029

#afd029 #5cd029 #d09e29

Monochromatic Colors of #afd029

#afd029

Complementary Color

#afd029 #4a29d0

#afd029 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd029 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd029 Color CSS Codes

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

#afd029 Text Font Color

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

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


#afd029 Background Color

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

This div background color is #afd029


#afd029 Border Color

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

This div border color is #afd029


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd029


Comments

No comments written yet.

Please login to write comment.