Color Hex Logo

#afe50d Color Hex

#AFE50D
(175,229,13)
0 Favorites   0 Comments

Color spaces of #afe50d

RGB 17522913
HSL0.210.890.47
HSV75°94°90°
CMYK 0.240.000.94   0.10
XYZ45.771265.181610.5497
Yxy65.18160.37670.5365
Hunter Lab80.7351-40.089448.7671
CIE-Lab84.5772-41.611181.5497

#afe50d color RGB value is (175,229,13).

#afe50d hex color red value is 175, green value is 229 and the blue value of its RGB is 13. Cylindrical-coordinate representations (also known as HSL) of color #afe50d hue: 0.21 , saturation: 0.89 and the lightness value of afe50d is 0.47.

The process color (four color CMYK) of #afe50d color hex is 0.24, 0.00, 0.94, 0.10. Web safe color of #afe50d is #99cc00. Color #afe50d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100101 00001101
Octal 257 345 15
Decimal 175 229 13
Hex AF E5 D

RGB Percentages of Color #afe50d

%41.97
%54.92
%3.12

CMYK Percentages of Color #afe50d

%24
%0
%94
%10

Triadic Colors of #afe50d

#afe50d #0dafe5 #e50daf

Analogous Colors of #afe50d

#afe50d #43e50d #e5af0d

Monochromatic Colors of #afe50d

#afe50d

Complementary Color

#afe50d #430de5

#afe50d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe50d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe50d Color CSS Codes

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

#afe50d Text Font Color

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

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


#afe50d Background Color

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

This div background color is #afe50d


#afe50d Border Color

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

This div border color is #afe50d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe50d


Comments

No comments written yet.

Please login to write comment.