Color Hex Logo

#afe42c Color Hex

#AFE42C
(175,228,44)
0 Favorites   0 Comments

Color spaces of #afe42c

RGB 17522844
HSL0.210.770.53
HSV77°81°89°
CMYK 0.230.000.81   0.11
XYZ45.877264.782612.4692
Yxy64.78260.37260.5261
Hunter Lab80.4876-39.110047.1561
CIE-Lab84.3716-40.422475.9313

#afe42c color RGB value is (175,228,44).

#afe42c hex color red value is 175, green value is 228 and the blue value of its RGB is 44. Cylindrical-coordinate representations (also known as HSL) of color #afe42c hue: 0.21 , saturation: 0.77 and the lightness value of afe42c is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100100 00101100
Octal 257 344 54
Decimal 175 228 44
Hex AF E4 2C

RGB Percentages of Color #afe42c

%39.15
%51.01
%9.84

CMYK Percentages of Color #afe42c

%23
%0
%81
%11

Triadic Colors of #afe42c

#afe42c #2cafe4 #e42caf

Analogous Colors of #afe42c

#afe42c #53e42c #e4bd2c

Monochromatic Colors of #afe42c

#afe42c

Complementary Color

#afe42c #612ce4

#afe42c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe42c Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe42c Color CSS Codes

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

#afe42c Text Font Color

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

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


#afe42c Background Color

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

This div background color is #afe42c


#afe42c Border Color

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

This div border color is #afe42c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe42c


Comments

No comments written yet.

Please login to write comment.