Color Hex Logo

#afc097 Color Hex

#AFC097
(175,192,151)
0 Favorites   0 Comments

Color spaces of #afc097

RGB 175192151
HSL0.240.250.67
HSV85°21°75°
CMYK 0.090.000.21   0.25
XYZ42.114749.047636.5256
Yxy49.04760.32980.3841
Hunter Lab70.0340-15.219118.1016
CIE-Lab75.4809-13.130018.7596

#afc097 color RGB value is (175,192,151).

#afc097 hex color red value is 175, green value is 192 and the blue value of its RGB is 151. Cylindrical-coordinate representations (also known as HSL) of color #afc097 hue: 0.24 , saturation: 0.25 and the lightness value of afc097 is 0.67.

The process color (four color CMYK) of #afc097 color hex is 0.09, 0.00, 0.21, 0.25. Web safe color of #afc097 is #99cc99. Color #afc097 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 10010111
Octal 257 300 227
Decimal 175 192 151
Hex AF C0 97

RGB Percentages of Color #afc097

%33.78
%37.07
%29.15

CMYK Percentages of Color #afc097

%9
%0
%21
%25

Triadic Colors of #afc097

#afc097 #97afc0 #c097af

Analogous Colors of #afc097

#afc097 #9bc097 #c0bd97

Monochromatic Colors of #afc097

#afc097

Complementary Color

#afc097 #a897c0

#afc097 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc097 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc097 Color CSS Codes

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

#afc097 Text Font Color

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

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


#afc097 Background Color

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

This div background color is #afc097


#afc097 Border Color

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

This div border color is #afc097


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc097


Comments

No comments written yet.

Please login to write comment.