Color Hex Logo

#afda82 Color Hex

#AFDA82
(175,218,130)
0 Favorites   0 Comments

Color spaces of #afda82

RGB 175218130
HSL0.250.540.68
HSV89°40°85°
CMYK 0.200.000.40   0.15
XYZ46.779960.868530.4023
Yxy60.86850.33890.4409
Hunter Lab78.0183-29.503031.5086
CIE-Lab82.3080-28.971838.7755

#afda82 color RGB value is (175,218,130).

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

The process color (four color CMYK) of #afda82 color hex is 0.20, 0.00, 0.40, 0.15. Web safe color of #afda82 is #99cc99. Color #afda82 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 10000010
Octal 257 332 202
Decimal 175 218 130
Hex AF DA 82

RGB Percentages of Color #afda82

%33.46
%41.68
%24.86

CMYK Percentages of Color #afda82

%20
%0
%40
%15

Triadic Colors of #afda82

#afda82 #82afda #da82af

Analogous Colors of #afda82

#afda82 #83da82 #dad982

Monochromatic Colors of #afda82

#afda82

Complementary Color

#afda82 #ad82da

#afda82 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afda82 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afda82 Color CSS Codes

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

#afda82 Text Font Color

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

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


#afda82 Background Color

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

This div background color is #afda82


#afda82 Border Color

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

This div border color is #afda82


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afda82


Comments

No comments written yet.

Please login to write comment.