Color Hex Logo

#afdc82 Color Hex

#AFDC82
(175,220,130)
0 Favorites   0 Comments

Color spaces of #afdc82

RGB 175220130
HSL0.250.560.69
HSV90°41°86°
CMYK 0.200.000.41   0.14
XYZ47.301761.912130.5763
Yxy61.91210.33840.4429
Hunter Lab78.6842-30.390632.0392
CIE-Lab82.8667-29.917539.4898

#afdc82 color RGB value is (175,220,130).

#afdc82 hex color red value is 175, green value is 220 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #afdc82 hue: 0.25 , saturation: 0.56 and the lightness value of afdc82 is 0.69.

The process color (four color CMYK) of #afdc82 color hex is 0.20, 0.00, 0.41, 0.14. Web safe color of #afdc82 is #99cc99. Color #afdc82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011100 10000010
Octal 257 334 202
Decimal 175 220 130
Hex AF DC 82

RGB Percentages of Color #afdc82

%33.33
%41.90
%24.76

CMYK Percentages of Color #afdc82

%20
%0
%41
%14

Triadic Colors of #afdc82

#afdc82 #82afdc #dc82af

Analogous Colors of #afdc82

#afdc82 #82dc82 #dcdc82

Monochromatic Colors of #afdc82

#afdc82

Complementary Color

#afdc82 #af82dc

#afdc82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdc82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdc82 Color CSS Codes

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

#afdc82 Text Font Color

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

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


#afdc82 Background Color

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

This div background color is #afdc82


#afdc82 Border Color

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

This div border color is #afdc82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdc82


Comments

No comments written yet.

Please login to write comment.