Color Hex Logo

#afdd82 Color Hex

#AFDD82
(175,221,130)
0 Favorites   0 Comments

Color spaces of #afdd82

RGB 175221130
HSL0.250.570.69
HSV90°41°87°
CMYK 0.210.000.41   0.13
XYZ47.564962.438630.6640
Yxy62.43860.33810.4439
Hunter Lab79.0181-30.833732.3044
CIE-Lab83.1461-30.388539.8465

#afdd82 color RGB value is (175,221,130).

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

The process color (four color CMYK) of #afdd82 color hex is 0.21, 0.00, 0.41, 0.13. Web safe color of #afdd82 is #99cc99. Color #afdd82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 10000010
Octal 257 335 202
Decimal 175 221 130
Hex AF DD 82

RGB Percentages of Color #afdd82

%33.27
%42.02
%24.71

CMYK Percentages of Color #afdd82

%21
%0
%41
%13

Triadic Colors of #afdd82

#afdd82 #82afdd #dd82af

Analogous Colors of #afdd82

#afdd82 #82dd83 #dddd82

Monochromatic Colors of #afdd82

#afdd82

Complementary Color

#afdd82 #b082dd

#afdd82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd82 Color CSS Codes

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

#afdd82 Text Font Color

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

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


#afdd82 Background Color

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

This div background color is #afdd82


#afdd82 Border Color

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

This div border color is #afdd82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd82


Comments

No comments written yet.

Please login to write comment.