Color Hex Logo

#afe11d Color Hex

#AFE11D
(175,225,29)
0 Favorites   0 Comments

Color spaces of #afe11d

RGB 17522529
HSL0.210.770.50
HSV75°87°88°
CMYK 0.220.000.87   0.12
XYZ44.826263.053110.9703
Yxy63.05310.37720.5305
Hunter Lab79.4060-38.193847.3930
CIE-Lab83.4703-39.555878.4363

#afe11d color RGB value is (175,225,29).

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

The process color (four color CMYK) of #afe11d color hex is 0.22, 0.00, 0.87, 0.12. Web safe color of #afe11d is #99cc33. Color #afe11d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 00011101
Octal 257 341 35
Decimal 175 225 29
Hex AF E1 1D

RGB Percentages of Color #afe11d

%40.79
%52.45
%6.76

CMYK Percentages of Color #afe11d

%22
%0
%87
%12

Triadic Colors of #afe11d

#afe11d #1dafe1 #e11daf

Analogous Colors of #afe11d

#afe11d #4de11d #e1b11d

Monochromatic Colors of #afe11d

#afe11d

Complementary Color

#afe11d #4f1de1

#afe11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe11d Color CSS Codes

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

#afe11d Text Font Color

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

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


#afe11d Background Color

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

This div background color is #afe11d


#afe11d Border Color

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

This div border color is #afe11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe11d


Comments

No comments written yet.

Please login to write comment.