Color Hex Logo

#aff56e Color Hex

#AFF56E
(175,245,110)
0 Favorites   0 Comments

Color spaces of #aff56e

RGB 175245110
HSL0.250.870.70
HSV91°55°96°
CMYK 0.290.000.55   0.04
XYZ53.146175.544626.5323
Yxy75.54460.34240.4867
Hunter Lab86.9164-42.957742.7425
CIE-Lab89.6475-43.455757.2300

#aff56e color RGB value is (175,245,110).

#aff56e hex color red value is 175, green value is 245 and the blue value of its RGB is 110. Cylindrical-coordinate representations (also known as HSL) of color #aff56e hue: 0.25 , saturation: 0.87 and the lightness value of aff56e is 0.70.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110101 01101110
Octal 257 365 156
Decimal 175 245 110
Hex AF F5 6E

RGB Percentages of Color #aff56e

%33.02
%46.23
%20.75

CMYK Percentages of Color #aff56e

%29
%0
%55
%4

Triadic Colors of #aff56e

#aff56e #6eaff5 #f56eaf

Analogous Colors of #aff56e

#aff56e #6ef571 #f3f56e

Monochromatic Colors of #aff56e

#aff56e

Complementary Color

#aff56e #b46ef5

#aff56e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff56e Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff56e Color CSS Codes

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

#aff56e Text Font Color

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

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


#aff56e Background Color

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

This div background color is #aff56e


#aff56e Border Color

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

This div border color is #aff56e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff56e


Comments

No comments written yet.

Please login to write comment.