Color Hex Logo

#afd297 Color Hex

#AFD297
(175,210,151)
0 Favorites   0 Comments

Color spaces of #afd297

RGB 175210151
HSL0.270.400.71
HSV96°28°82°
CMYK 0.170.000.28   0.18
XYZ46.311757.441537.9246
Yxy57.44150.32690.4054
Hunter Lab75.7902-23.560123.3850
CIE-Lab80.4273-22.186725.5357

#afd297 color RGB value is (175,210,151).

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

The process color (four color CMYK) of #afd297 color hex is 0.17, 0.00, 0.28, 0.18. Web safe color of #afd297 is #99cc99. Color #afd297 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 10010111
Octal 257 322 227
Decimal 175 210 151
Hex AF D2 97

RGB Percentages of Color #afd297

%32.65
%39.18
%28.17

CMYK Percentages of Color #afd297

%17
%0
%28
%18

Triadic Colors of #afd297

#afd297 #97afd2 #d297af

Analogous Colors of #afd297

#afd297 #97d29d #cdd297

Monochromatic Colors of #afd297

#afd297

Complementary Color

#afd297 #ba97d2

#afd297 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd297 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd297 Color CSS Codes

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

#afd297 Text Font Color

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

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


#afd297 Background Color

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

This div background color is #afd297


#afd297 Border Color

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

This div border color is #afd297


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd297


Comments

No comments written yet.

Please login to write comment.