Color Hex Logo

#afe21c Color Hex

#AFE21C
(175,226,28)
0 Favorites   0 Comments

Color spaces of #afe21c

RGB 17522628
HSL0.210.780.50
HSV75°88°89°
CMYK 0.230.000.88   0.11
XYZ45.085263.590510.9966
Yxy63.59050.37670.5314
Hunter Lab79.7437-38.631747.6445
CIE-Lab83.7521-40.022378.8478

#afe21c color RGB value is (175,226,28).

#afe21c hex color red value is 175, green value is 226 and the blue value of its RGB is 28. Cylindrical-coordinate representations (also known as HSL) of color #afe21c hue: 0.21 , saturation: 0.78 and the lightness value of afe21c is 0.50.

The process color (four color CMYK) of #afe21c color hex is 0.23, 0.00, 0.88, 0.11. Web safe color of #afe21c is #99cc33. Color #afe21c contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100010 00011100
Octal 257 342 34
Decimal 175 226 28
Hex AF E2 1C

RGB Percentages of Color #afe21c

%40.79
%52.68
%6.53

CMYK Percentages of Color #afe21c

%23
%0
%88
%11

Triadic Colors of #afe21c

#afe21c #1cafe2 #e21caf

Analogous Colors of #afe21c

#afe21c #4ce21c #e2b21c

Monochromatic Colors of #afe21c

#afe21c

Complementary Color

#afe21c #4f1ce2

#afe21c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe21c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe21c Color CSS Codes

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

#afe21c Text Font Color

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

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


#afe21c Background Color

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

This div background color is #afe21c


#afe21c Border Color

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

This div border color is #afe21c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe21c


Comments

No comments written yet.

Please login to write comment.