Color Hex Logo

#afd480 Color Hex

#AFD480
(175,212,128)
0 Favorites   0 Comments

Color spaces of #afd480

RGB 175212128
HSL0.240.490.67
HSV86°40°83°
CMYK 0.170.000.40   0.17
XYZ45.119057.759429.1927
Yxy57.75940.34160.4373
Hunter Lab75.9996-27.028530.4255
CIE-Lab80.6048-26.359137.5962

#afd480 color RGB value is (175,212,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11010100 10000000
Octal 257 324 200
Decimal 175 212 128
Hex AF D4 80

RGB Percentages of Color #afd480

%33.98
%41.17
%24.85

CMYK Percentages of Color #afd480

%17
%0
%40
%17

Triadic Colors of #afd480

#afd480 #80afd4 #d480af

Analogous Colors of #afd480

#afd480 #85d480 #d4cf80

Monochromatic Colors of #afd480

#afd480

Complementary Color

#afd480 #a580d4

#afd480 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afd480 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afd480 Color CSS Codes

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

#afd480 Text Font Color

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

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


#afd480 Background Color

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

This div background color is #afd480


#afd480 Border Color

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

This div border color is #afd480


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(175,212,128, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #afd480">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afd480


Comments

No comments written yet.

Please login to write comment.