Color Hex Logo

#afc882 Color Hex

#AFC882
(175,200,130)
0 Favorites   0 Comments

Color spaces of #afc882

RGB 175200130
HSL0.230.390.65
HSV81°35°78°
CMYK 0.130.000.35   0.22
XYZ42.362752.034228.9299
Yxy52.03420.34350.4219
Hunter Lab72.1347-21.407826.7158
CIE-Lab77.3013-20.229632.2886

#afc882 color RGB value is (175,200,130).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11001000 10000010
Octal 257 310 202
Decimal 175 200 130
Hex AF C8 82

RGB Percentages of Color #afc882

%34.65
%39.60
%25.74

CMYK Percentages of Color #afc882

%13
%0
%35
%22

Triadic Colors of #afc882

#afc882 #82afc8 #c882af

Analogous Colors of #afc882

#afc882 #8cc882 #c8be82

Monochromatic Colors of #afc882

#afc882

Complementary Color

#afc882 #9b82c8

#afc882 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afc882 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afc882 Color CSS Codes

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

#afc882 Text Font Color

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

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


#afc882 Background Color

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

This div background color is #afc882


#afc882 Border Color

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

This div border color is #afc882


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afc882


Comments

No comments written yet.

Please login to write comment.