Color Hex Logo

#aff53f Color Hex

#AFF53F
(175,245,63)
0 Favorites   0 Comments

Color spaces of #aff53f

RGB 17524563
HSL0.230.900.60
HSV83°74°96°
CMYK 0.290.000.74   0.04
XYZ51.228874.777716.4361
Yxy74.77770.35960.5250
Hunter Lab86.4741-45.583149.2626
CIE-Lab89.2888-46.923875.0422

#aff53f color RGB value is (175,245,63).

#aff53f hex color red value is 175, green value is 245 and the blue value of its RGB is 63. Cylindrical-coordinate representations (also known as HSL) of color #aff53f hue: 0.23 , saturation: 0.90 and the lightness value of aff53f is 0.60.

The process color (four color CMYK) of #aff53f color hex is 0.29, 0.00, 0.74, 0.04. Web safe color of #aff53f is #99ff33. Color #aff53f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110101 00111111
Octal 257 365 77
Decimal 175 245 63
Hex AF F5 3F

RGB Percentages of Color #aff53f

%36.23
%50.72
%13.04

CMYK Percentages of Color #aff53f

%29
%0
%74
%4

Triadic Colors of #aff53f

#aff53f #3faff5 #f53faf

Analogous Colors of #aff53f

#aff53f #54f53f #f5e03f

Monochromatic Colors of #aff53f

#aff53f

Complementary Color

#aff53f #853ff5

#aff53f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff53f Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff53f Color CSS Codes

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

#aff53f Text Font Color

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

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


#aff53f Background Color

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

This div background color is #aff53f


#aff53f Border Color

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

This div border color is #aff53f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff53f


Comments

No comments written yet.

Please login to write comment.