Color Hex Logo

#afd32c Color Hex

#AFD32C
(175,211,44)
0 Favorites   0 Comments

Color spaces of #afd32c

RGB 17521144
HSL0.200.650.50
HSV73°79°83°
CMYK 0.170.000.79   0.17
XYZ41.428155.884310.9861
Yxy55.88430.38250.5160
Hunter Lab74.7558-31.901743.6158
CIE-Lab79.5479-32.743071.6289

#afd32c color RGB value is (175,211,44).

#afd32c hex color red value is 175, green value is 211 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #afd32c hue: 0.20 , saturation: 0.65 and the lightness value of afd32c is 0.50.

The process color (four color CMYK) of #afd32c color hex is 0.17, 0.00, 0.79, 0.17. Web safe color of #afd32c is #99cc33. Color #afd32c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010011 00101100
Octal 257 323 54
Decimal 175 211 44
Hex AF D3 2C

RGB Percentages of Color #afd32c

%40.70
%49.07
%10.23

CMYK Percentages of Color #afd32c

%17
%0
%79
%17

Triadic Colors of #afd32c

#afd32c #2cafd3 #d32caf

Analogous Colors of #afd32c

#afd32c #5cd32c #d3a42c

Monochromatic Colors of #afd32c

#afd32c

Complementary Color

#afd32c #502cd3

#afd32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd32c Color CSS Codes

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

#afd32c Text Font Color

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

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


#afd32c Background Color

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

This div background color is #afd32c


#afd32c Border Color

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

This div border color is #afd32c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd32c


Comments

No comments written yet.

Please login to write comment.