Color Hex Logo

#aff057 Color Hex

#AFF057
(175,240,87)
0 Favorites   0 Comments

Color spaces of #aff057

RGB 17524087
HSL0.240.840.64
HSV85°64°94°
CMYK 0.270.000.64   0.06
XYZ50.559672.122320.2730
Yxy72.12230.35370.5045
Hunter Lab84.9248-42.349445.2939
CIE-Lab88.0274-43.266665.1533

#aff057 color RGB value is (175,240,87).

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

The process color (four color CMYK) of #aff057 color hex is 0.27, 0.00, 0.64, 0.06. Web safe color of #aff057 is #99ff66. Color #aff057 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110000 01010111
Octal 257 360 127
Decimal 175 240 87
Hex AF F0 57

RGB Percentages of Color #aff057

%34.86
%47.81
%17.33

CMYK Percentages of Color #aff057

%27
%0
%64
%6

Triadic Colors of #aff057

#aff057 #57aff0 #f057af

Analogous Colors of #aff057

#aff057 #62f057 #f0e557

Monochromatic Colors of #aff057

#aff057

Complementary Color

#aff057 #9857f0

#aff057 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff057 Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff057 Color CSS Codes

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

#aff057 Text Font Color

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

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


#aff057 Background Color

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

This div background color is #aff057


#aff057 Border Color

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

This div border color is #aff057


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff057


Comments

No comments written yet.

Please login to write comment.