Color Hex Logo

#afd89f Color Hex

#AFD89F
(175,216,159)
0 Favorites   0 Comments

Color spaces of #afd89f

RGB 175216159
HSL0.290.420.74
HSV103°26°85°
CMYK 0.190.000.26   0.15
XYZ48.493160.728941.9669
Yxy60.72890.32070.4017
Hunter Lab77.9287-25.299322.6207
CIE-Lab82.2328-23.886123.8169

#afd89f color RGB value is (175,216,159).

#afd89f hex color red value is 175, green value is 216 and the blue value of its RGB is 159. Cylindrical-coordinate representations (also known as HSL) of color #afd89f hue: 0.29 , saturation: 0.42 and the lightness value of afd89f is 0.74.

The process color (four color CMYK) of #afd89f color hex is 0.19, 0.00, 0.26, 0.15. Web safe color of #afd89f is #99cc99. Color #afd89f contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 10011111
Octal 257 330 237
Decimal 175 216 159
Hex AF D8 9F

RGB Percentages of Color #afd89f

%31.82
%39.27
%28.91

CMYK Percentages of Color #afd89f

%19
%0
%26
%15

Triadic Colors of #afd89f

#afd89f #9fafd8 #d89faf

Analogous Colors of #afd89f

#afd89f #9fd8ac #ccd89f

Monochromatic Colors of #afd89f

#afd89f

Complementary Color

#afd89f #c89fd8

#afd89f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd89f Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd89f Color CSS Codes

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

#afd89f Text Font Color

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

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


#afd89f Background Color

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

This div background color is #afd89f


#afd89f Border Color

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

This div border color is #afd89f


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,216,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 #afd89f">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd89f


Comments

No comments written yet.

Please login to write comment.