Color Hex Logo

#aff32c Color Hex

#AFF32C
(175,243,44)
0 Favorites   0 Comments

Color spaces of #aff32c

RGB 17524344
HSL0.220.890.56
HSV81°82°95°
CMYK 0.280.000.82   0.05
XYZ50.184473.397013.9049
Yxy73.39700.36500.5338
Hunter Lab85.6720-45.365550.3474
CIE-Lab88.6367-46.897479.6919

#aff32c color RGB value is (175,243,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 00101100
Octal 257 363 54
Decimal 175 243 44
Hex AF F3 2C

RGB Percentages of Color #aff32c

%37.88
%52.60
%9.52

CMYK Percentages of Color #aff32c

%28
%0
%82
%5

Triadic Colors of #aff32c

#aff32c #2caff3 #f32caf

Analogous Colors of #aff32c

#aff32c #4bf32c #f3d42c

Monochromatic Colors of #aff32c

#aff32c

Complementary Color

#aff32c #702cf3

#aff32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff32c Color CSS Codes

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

#aff32c Text Font Color

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

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


#aff32c Background Color

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

This div background color is #aff32c


#aff32c Border Color

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

This div border color is #aff32c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff32c


Comments

No comments written yet.

Please login to write comment.