Color Hex Logo

#aff54f Color Hex

#AFF54F
(175,245,79)
0 Favorites   0 Comments

Color spaces of #aff54f

RGB 17524579
HSL0.240.890.64
HSV85°68°96°
CMYK 0.290.000.68   0.04
XYZ51.742974.983319.1432
Yxy74.98330.35470.5140
Hunter Lab86.5929-44.876347.5077
CIE-Lab89.3852-45.982769.6564

#aff54f color RGB value is (175,245,79).

#aff54f hex color red value is 175, green value is 245 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #aff54f hue: 0.24 , saturation: 0.89 and the lightness value of aff54f is 0.64.

The process color (four color CMYK) of #aff54f color hex is 0.29, 0.00, 0.68, 0.04. Web safe color of #aff54f is #99ff66. Color #aff54f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110101 01001111
Octal 257 365 117
Decimal 175 245 79
Hex AF F5 4F

RGB Percentages of Color #aff54f

%35.07
%49.10
%15.83

CMYK Percentages of Color #aff54f

%29
%0
%68
%4

Triadic Colors of #aff54f

#aff54f #4faff5 #f54faf

Analogous Colors of #aff54f

#aff54f #5cf54f #f5e84f

Monochromatic Colors of #aff54f

#aff54f

Complementary Color

#aff54f #954ff5

#aff54f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff54f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff54f Color CSS Codes

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

#aff54f Text Font Color

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

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


#aff54f Background Color

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

This div background color is #aff54f


#aff54f Border Color

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

This div border color is #aff54f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff54f


Comments

No comments written yet.

Please login to write comment.