Color Hex Logo

#afc076 Color Hex

#AFC076
(175,192,118)
0 Favorites   0 Comments

Color spaces of #afc076

RGB 175192118
HSL0.200.370.61
HSV74°39°75°
CMYK 0.090.000.39   0.25
XYZ39.798848.121224.3302
Yxy48.12120.35460.4287
Hunter Lab69.3694-18.987127.7636
CIE-Lab74.9013-17.750935.3618

#afc076 color RGB value is (175,192,118).

#afc076 hex color red value is 175, green value is 192 and the blue value of its RGB is 118. Cylindrical-coordinate representations (also known as HSL) of color #afc076 hue: 0.20 , saturation: 0.37 and the lightness value of afc076 is 0.61.

The process color (four color CMYK) of #afc076 color hex is 0.09, 0.00, 0.39, 0.25. Web safe color of #afc076 is #99cc66. Color #afc076 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000000 01110110
Octal 257 300 166
Decimal 175 192 118
Hex AF C0 76

RGB Percentages of Color #afc076

%36.08
%39.59
%24.33

CMYK Percentages of Color #afc076

%9
%0
%39
%25

Triadic Colors of #afc076

#afc076 #76afc0 #c076af

Analogous Colors of #afc076

#afc076 #8ac076 #c0ac76

Monochromatic Colors of #afc076

#afc076

Complementary Color

#afc076 #8776c0

#afc076 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc076 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc076 Color CSS Codes

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

#afc076 Text Font Color

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

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


#afc076 Background Color

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

This div background color is #afc076


#afc076 Border Color

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

This div border color is #afc076


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc076


Comments

No comments written yet.

Please login to write comment.