Color Hex Logo

#aff56d Color Hex

#AFF56D
(175,245,109)
0 Favorites   0 Comments

Color spaces of #aff56d

RGB 175245109
HSL0.250.870.69
HSV91°56°96°
CMYK 0.290.000.56   0.04
XYZ53.091975.522926.2471
Yxy75.52290.34280.4877
Hunter Lab86.9039-43.031542.9257
CIE-Lab89.6374-43.552157.6617

#aff56d color RGB value is (175,245,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11110101 01101101
Octal 257 365 155
Decimal 175 245 109
Hex AF F5 6D

RGB Percentages of Color #aff56d

%33.08
%46.31
%20.60

CMYK Percentages of Color #aff56d

%29
%0
%56
%4

Triadic Colors of #aff56d

#aff56d #6daff5 #f56daf

Analogous Colors of #aff56d

#aff56d #6df56f #f3f56d

Monochromatic Colors of #aff56d

#aff56d

Complementary Color

#aff56d #b36df5

#aff56d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#aff56d Color Preview on White Background

Lorem ipsum dolor sit amet.

#aff56d Color CSS Codes

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

#aff56d Text Font Color

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

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


#aff56d Background Color

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

This div background color is #aff56d


#aff56d Border Color

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

This div border color is #aff56d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #aff56d


Comments

No comments written yet.

Please login to write comment.