Color Hex Logo

#afd59f Color Hex

#AFD59F
(175,213,159)
0 Favorites   0 Comments

Color spaces of #afd59f

RGB 175213159
HSL0.280.390.73
HSV102°25°84°
CMYK 0.180.000.25   0.16
XYZ47.731559.205741.7130
Yxy59.20570.32110.3983
Hunter Lab76.9452-23.925121.7198
CIE-Lab81.4045-22.418722.6829

#afd59f color RGB value is (175,213,159).

#afd59f hex color red value is 175, green value is 213 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #afd59f hue: 0.28 , saturation: 0.39 and the lightness value of afd59f is 0.73.

The process color (four color CMYK) of #afd59f color hex is 0.18, 0.00, 0.25, 0.16. Web safe color of #afd59f is #99cc99. Color #afd59f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010101 10011111
Octal 257 325 237
Decimal 175 213 159
Hex AF D5 9F

RGB Percentages of Color #afd59f

%31.99
%38.94
%29.07

CMYK Percentages of Color #afd59f

%18
%0
%25
%16

Triadic Colors of #afd59f

#afd59f #9fafd5 #d59faf

Analogous Colors of #afd59f

#afd59f #9fd5aa #cad59f

Monochromatic Colors of #afd59f

#afd59f

Complementary Color

#afd59f #c59fd5

#afd59f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd59f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd59f Color CSS Codes

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

#afd59f Text Font Color

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

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


#afd59f Background Color

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

This div background color is #afd59f


#afd59f Border Color

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

This div border color is #afd59f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd59f


Comments

No comments written yet.

Please login to write comment.