Color Hex Logo

#afc782 Color Hex

#AFC782
(175,199,130)
0 Favorites   0 Comments

Color spaces of #afc782

RGB 175199130
HSL0.220.380.65
HSV81°35°78°
CMYK 0.120.000.35   0.22
XYZ42.131951.572528.8530
Yxy51.57250.34380.4208
Hunter Lab71.8140-20.952026.4486
CIE-Lab77.0245-19.731431.9254

#afc782 color RGB value is (175,199,130).

#afc782 hex color red value is 175, green value is 199 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #afc782 hue: 0.22 , saturation: 0.38 and the lightness value of afc782 is 0.65.

The process color (four color CMYK) of #afc782 color hex is 0.12, 0.00, 0.35, 0.22. Web safe color of #afc782 is #99cc99. Color #afc782 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11000111 10000010
Octal 257 307 202
Decimal 175 199 130
Hex AF C7 82

RGB Percentages of Color #afc782

%34.72
%39.48
%25.79

CMYK Percentages of Color #afc782

%12
%0
%35
%22

Triadic Colors of #afc782

#afc782 #82afc7 #c782af

Analogous Colors of #afc782

#afc782 #8dc782 #c7bd82

Monochromatic Colors of #afc782

#afc782

Complementary Color

#afc782 #9a82c7

#afc782 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc782 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc782 Color CSS Codes

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

#afc782 Text Font Color

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

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


#afc782 Background Color

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

This div background color is #afc782


#afc782 Border Color

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

This div border color is #afc782


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc782


Comments

No comments written yet.

Please login to write comment.