Color Hex Logo

#afe129 Color Hex

#AFE129
(175,225,41)
0 Favorites   0 Comments

Color spaces of #afe129

RGB 17522541
HSL0.210.750.52
HSV76°82°88°
CMYK 0.220.000.82   0.12
XYZ45.004663.124511.9101
Yxy63.12450.37490.5259
Hunter Lab79.4509-37.928646.7278
CIE-Lab83.5078-39.202075.9159

#afe129 color RGB value is (175,225,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11100001 00101001
Octal 257 341 51
Decimal 175 225 41
Hex AF E1 29

RGB Percentages of Color #afe129

%39.68
%51.02
%9.30

CMYK Percentages of Color #afe129

%22
%0
%82
%12

Triadic Colors of #afe129

#afe129 #29afe1 #e129af

Analogous Colors of #afe129

#afe129 #53e129 #e1b729

Monochromatic Colors of #afe129

#afe129

Complementary Color

#afe129 #5b29e1

#afe129 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe129 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe129 Color CSS Codes

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

#afe129 Text Font Color

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

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


#afe129 Background Color

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

This div background color is #afe129


#afe129 Border Color

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

This div border color is #afe129


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe129


Comments

No comments written yet.

Please login to write comment.