Color Hex Logo

#afdd78 Color Hex

#AFDD78
(175,221,120)
0 Favorites   0 Comments

Color spaces of #afdd78

RGB 175221120
HSL0.240.600.67
HSV87°46°87°
CMYK 0.210.000.46   0.13
XYZ46.925862.182927.2986
Yxy62.18290.34400.4559
Hunter Lab78.8561-31.776234.6741
CIE-Lab83.0106-31.590344.5958

#afdd78 color RGB value is (175,221,120).

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

The process color (four color CMYK) of #afdd78 color hex is 0.21, 0.00, 0.46, 0.13. Web safe color of #afdd78 is #99cc66. Color #afdd78 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 01111000
Octal 257 335 170
Decimal 175 221 120
Hex AF DD 78

RGB Percentages of Color #afdd78

%33.91
%42.83
%23.26

CMYK Percentages of Color #afdd78

%21
%0
%46
%13

Triadic Colors of #afdd78

#afdd78 #78afdd #dd78af

Analogous Colors of #afdd78

#afdd78 #7ddd78 #ddd978

Monochromatic Colors of #afdd78

#afdd78

Complementary Color

#afdd78 #a678dd

#afdd78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd78 Color CSS Codes

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

#afdd78 Text Font Color

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

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


#afdd78 Background Color

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

This div background color is #afdd78


#afdd78 Border Color

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

This div border color is #afdd78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd78


Comments

No comments written yet.

Please login to write comment.