Color Hex Logo

#afd697 Color Hex

#AFD697
(175,214,151)
0 Favorites   0 Comments

Color spaces of #afd697

RGB 175214151
HSL0.270.430.72
HSV97°29°84°
CMYK 0.180.000.29   0.16
XYZ47.311759.441538.2579
Yxy59.44150.32630.4099
Hunter Lab77.0983-25.384824.5478
CIE-Lab81.5337-24.143927.0323

#afd697 color RGB value is (175,214,151).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010110 10010111
Octal 257 326 227
Decimal 175 214 151
Hex AF D6 97

RGB Percentages of Color #afd697

%32.41
%39.63
%27.96

CMYK Percentages of Color #afd697

%18
%0
%29
%16

Triadic Colors of #afd697

#afd697 #97afd6 #d697af

Analogous Colors of #afd697

#afd697 #97d69f #cfd697

Monochromatic Colors of #afd697

#afd697

Complementary Color

#afd697 #be97d6

#afd697 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd697 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd697 Color CSS Codes

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

#afd697 Text Font Color

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

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


#afd697 Background Color

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

This div background color is #afd697


#afd697 Border Color

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

This div border color is #afd697


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd697


Comments

No comments written yet.

Please login to write comment.