Color Hex Logo

#aff34a Color Hex

#AFF34A
(175,243,74)
0 Favorites   0 Comments

Color spaces of #aff34a

RGB 17524374
HSL0.230.880.62
HSV84°70°95°
CMYK 0.280.000.70   0.05
XYZ50.965873.709618.0198
Yxy73.70960.35720.5166
Hunter Lab85.8543-44.281847.6537
CIE-Lab88.7851-45.450170.8577

#aff34a color RGB value is (175,243,74).

#aff34a hex color red value is 175, green value is 243 and the blue value of its RGB is 74. Cylindrical-coordinate representations (also known as HSL) of color #aff34a hue: 0.23 , saturation: 0.88 and the lightness value of aff34a is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110011 01001010
Octal 257 363 112
Decimal 175 243 74
Hex AF F3 4A

RGB Percentages of Color #aff34a

%35.57
%49.39
%15.04

CMYK Percentages of Color #aff34a

%28
%0
%70
%5

Triadic Colors of #aff34a

#aff34a #4aaff3 #f34aaf

Analogous Colors of #aff34a

#aff34a #5bf34a #f3e34a

Monochromatic Colors of #aff34a

#aff34a

Complementary Color

#aff34a #8e4af3

#aff34a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff34a Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff34a Color CSS Codes

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

#aff34a Text Font Color

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

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


#aff34a Background Color

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

This div background color is #aff34a


#aff34a Border Color

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

This div border color is #aff34a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff34a


Comments

No comments written yet.

Please login to write comment.