Color Hex Logo

#afc397 Color Hex

#AFC397
(175,195,151)
0 Favorites   0 Comments

Color spaces of #afc397

RGB 175195151
HSL0.240.270.68
HSV87°23°76°
CMYK 0.100.000.23   0.24
XYZ42.780250.378536.7474
Yxy50.37850.32930.3878
Hunter Lab70.9778-16.624518.9882
CIE-Lab76.3010-14.667419.8928

#afc397 color RGB value is (175,195,151).

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

The process color (four color CMYK) of #afc397 color hex is 0.10, 0.00, 0.23, 0.24. Web safe color of #afc397 is #99cc99. Color #afc397 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000011 10010111
Octal 257 303 227
Decimal 175 195 151
Hex AF C3 97

RGB Percentages of Color #afc397

%33.59
%37.43
%28.98

CMYK Percentages of Color #afc397

%10
%0
%23
%24

Triadic Colors of #afc397

#afc397 #97afc3 #c397af

Analogous Colors of #afc397

#afc397 #99c397 #c3c197

Monochromatic Colors of #afc397

#afc397

Complementary Color

#afc397 #ab97c3

#afc397 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc397 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc397 Color CSS Codes

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

#afc397 Text Font Color

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

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


#afc397 Background Color

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

This div background color is #afc397


#afc397 Border Color

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

This div border color is #afc397


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc397


Comments

No comments written yet.

Please login to write comment.