Color Hex Logo

#afd282 Color Hex

#AFD282
(175,210,130)
0 Favorites   0 Comments

Color spaces of #afd282

RGB 175210130
HSL0.240.470.67
HSV86°38°82°
CMYK 0.170.000.38   0.18
XYZ44.755156.818929.7274
Yxy56.81890.34090.4327
Hunter Lab75.3783-25.929529.3823
CIE-Lab80.0776-25.138035.9046

#afd282 color RGB value is (175,210,130).

#afd282 hex color red value is 175, green value is 210 and the blue value of its RGB is 130. Cylindrical-coordinate representations (also known as HSL) of color #afd282 hue: 0.24 , saturation: 0.47 and the lightness value of afd282 is 0.67.

The process color (four color CMYK) of #afd282 color hex is 0.17, 0.00, 0.38, 0.18. Web safe color of #afd282 is #99cc99. Color #afd282 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010010 10000010
Octal 257 322 202
Decimal 175 210 130
Hex AF D2 82

RGB Percentages of Color #afd282

%33.98
%40.78
%25.24

CMYK Percentages of Color #afd282

%17
%0
%38
%18

Triadic Colors of #afd282

#afd282 #82afd2 #d282af

Analogous Colors of #afd282

#afd282 #87d282 #d2cd82

Monochromatic Colors of #afd282

#afd282

Complementary Color

#afd282 #a582d2

#afd282 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd282 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd282 Color CSS Codes

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

#afd282 Text Font Color

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

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


#afd282 Background Color

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

This div background color is #afd282


#afd282 Border Color

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

This div border color is #afd282


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd282


Comments

No comments written yet.

Please login to write comment.