Color Hex Logo

#afc576 Color Hex

#AFC576
(175,197,118)
0 Favorites   0 Comments

Color spaces of #afc576

RGB 175197118
HSL0.210.410.62
HSV77°40°77°
CMYK 0.110.000.40   0.23
XYZ40.915550.354524.7025
Yxy50.35450.35280.4342
Hunter Lab70.9609-21.259929.0329
CIE-Lab76.2863-20.254537.1339

#afc576 color RGB value is (175,197,118).

#afc576 hex color red value is 175, green value is 197 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #afc576 hue: 0.21 , saturation: 0.41 and the lightness value of afc576 is 0.62.

The process color (four color CMYK) of #afc576 color hex is 0.11, 0.00, 0.40, 0.23. Web safe color of #afc576 is #99cc66. Color #afc576 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000101 01110110
Octal 257 305 166
Decimal 175 197 118
Hex AF C5 76

RGB Percentages of Color #afc576

%35.71
%40.20
%24.08

CMYK Percentages of Color #afc576

%11
%0
%40
%23

Triadic Colors of #afc576

#afc576 #76afc5 #c576af

Analogous Colors of #afc576

#afc576 #88c576 #c5b476

Monochromatic Colors of #afc576

#afc576

Complementary Color

#afc576 #8c76c5

#afc576 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc576 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc576 Color CSS Codes

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

#afc576 Text Font Color

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

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


#afc576 Background Color

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

This div background color is #afc576


#afc576 Border Color

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

This div border color is #afc576


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc576


Comments

No comments written yet.

Please login to write comment.