Color Hex Logo

#afe929 Color Hex

#AFE929
(175,233,41)
0 Favorites   0 Comments

Color spaces of #afe929

RGB 17523341
HSL0.220.810.54
HSV78°82°91°
CMYK 0.250.000.82   0.09
XYZ47.218367.551912.6480
Yxy67.55190.37060.5302
Hunter Lab82.1900-41.283848.4090
CIE-Lab85.7819-42.716177.9008

#afe929 color RGB value is (175,233,41).

#afe929 hex color red value is 175, green value is 233 and the blue value of its RGB is 41. Cylindrical-coordinate representations (also known as HSL) of color #afe929 hue: 0.22 , saturation: 0.81 and the lightness value of afe929 is 0.54.

The process color (four color CMYK) of #afe929 color hex is 0.25, 0.00, 0.82, 0.09. Web safe color of #afe929 is #99ff33. Color #afe929 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11101001 00101001
Octal 257 351 51
Decimal 175 233 41
Hex AF E9 29

RGB Percentages of Color #afe929

%38.98
%51.89
%9.13

CMYK Percentages of Color #afe929

%25
%0
%82
%9

Triadic Colors of #afe929

#afe929 #29afe9 #e929af

Analogous Colors of #afe929

#afe929 #4fe929 #e9c329

Monochromatic Colors of #afe929

#afe929

Complementary Color

#afe929 #6329e9

#afe929 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afe929 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afe929 Color CSS Codes

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

#afe929 Text Font Color

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

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


#afe929 Background Color

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

This div background color is #afe929


#afe929 Border Color

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

This div border color is #afe929


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afe929


Comments

No comments written yet.

Please login to write comment.