Color Hex Logo

#aff32e Color Hex

#AFF32E
(175,243,46)
0 Favorites   0 Comments

Color spaces of #aff32e

RGB 17524346
HSL0.220.890.57
HSV81°81°95°
CMYK 0.280.000.81   0.05
XYZ50.222973.412414.1078
Yxy73.41240.36460.5330
Hunter Lab85.6810-45.312050.2143
CIE-Lab88.6440-46.825779.2170

#aff32e color RGB value is (175,243,46).

#aff32e hex color red value is 175, green value is 243 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #aff32e hue: 0.22 , saturation: 0.89 and the lightness value of aff32e is 0.57.

The process color (four color CMYK) of #aff32e color hex is 0.28, 0.00, 0.81, 0.05. Web safe color of #aff32e is #99ff33. Color #aff32e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 00101110
Octal 257 363 56
Decimal 175 243 46
Hex AF F3 2E

RGB Percentages of Color #aff32e

%37.72
%52.37
%9.91

CMYK Percentages of Color #aff32e

%28
%0
%81
%5

Triadic Colors of #aff32e

#aff32e #2eaff3 #f32eaf

Analogous Colors of #aff32e

#aff32e #4df32e #f3d52e

Monochromatic Colors of #aff32e

#aff32e

Complementary Color

#aff32e #722ef3

#aff32e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff32e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff32e Color CSS Codes

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

#aff32e Text Font Color

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

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


#aff32e Background Color

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

This div background color is #aff32e


#aff32e Border Color

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

This div border color is #aff32e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff32e


Comments

No comments written yet.

Please login to write comment.