Color Hex Logo

#aff57c Color Hex

#AFF57C
(175,245,124)
0 Favorites   0 Comments

Color spaces of #aff57c

RGB 175245124
HSL0.260.860.72
HSV95°49°96°
CMYK 0.290.000.49   0.04
XYZ53.969775.874030.8694
Yxy75.87400.33580.4721
Hunter Lab87.1057-41.838439.9622
CIE-Lab89.8008-41.999651.0281

#aff57c color RGB value is (175,245,124).

#aff57c hex color red value is 175, green value is 245 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #aff57c hue: 0.26 , saturation: 0.86 and the lightness value of aff57c is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110101 01111100
Octal 257 365 174
Decimal 175 245 124
Hex AF F5 7C

RGB Percentages of Color #aff57c

%32.17
%45.04
%22.79

CMYK Percentages of Color #aff57c

%29
%0
%49
%4

Triadic Colors of #aff57c

#aff57c #7caff5 #f57caf

Analogous Colors of #aff57c

#aff57c #7cf586 #ecf57c

Monochromatic Colors of #aff57c

#aff57c

Complementary Color

#aff57c #c27cf5

#aff57c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff57c Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff57c Color CSS Codes

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

#aff57c Text Font Color

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

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


#aff57c Background Color

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

This div background color is #aff57c


#aff57c Border Color

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

This div border color is #aff57c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff57c


Comments

No comments written yet.

Please login to write comment.