Color Hex Logo

#afd897 Color Hex

#AFD897
(175,216,151)
0 Favorites   0 Comments

Color spaces of #afd897

RGB 175216151
HSL0.270.450.72
HSV98°30°85°
CMYK 0.190.000.30   0.15
XYZ47.821060.460138.4277
Yxy60.46010.32600.4121
Hunter Lab77.7561-26.293425.1277
CIE-Lab82.0876-25.114927.7789

#afd897 color RGB value is (175,216,151).

#afd897 hex color red value is 175, green value is 216 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #afd897 hue: 0.27 , saturation: 0.45 and the lightness value of afd897 is 0.72.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011000 10010111
Octal 257 330 227
Decimal 175 216 151
Hex AF D8 97

RGB Percentages of Color #afd897

%32.29
%39.85
%27.86

CMYK Percentages of Color #afd897

%19
%0
%30
%15

Triadic Colors of #afd897

#afd897 #97afd8 #d897af

Analogous Colors of #afd897

#afd897 #97d8a0 #d0d897

Monochromatic Colors of #afd897

#afd897

Complementary Color

#afd897 #c097d8

#afd897 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd897 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd897 Color CSS Codes

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

#afd897 Text Font Color

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

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


#afd897 Background Color

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

This div background color is #afd897


#afd897 Border Color

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

This div border color is #afd897


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd897


Comments

No comments written yet.

Please login to write comment.