Color Hex Logo

#afda7d Color Hex

#AFDA7D
(175,218,125)
0 Favorites   0 Comments

Color spaces of #afda7d

RGB 175218125
HSL0.240.560.67
HSV88°43°85°
CMYK 0.200.000.43   0.15
XYZ46.452360.737428.6772
Yxy60.73740.34190.4470
Hunter Lab77.9342-29.990832.7372
CIE-Lab82.2374-29.591141.1745

#afda7d color RGB value is (175,218,125).

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

The process color (four color CMYK) of #afda7d color hex is 0.20, 0.00, 0.43, 0.15. Web safe color of #afda7d is #99cc66. Color #afda7d contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 01111101
Octal 257 332 175
Decimal 175 218 125
Hex AF DA 7D

RGB Percentages of Color #afda7d

%33.78
%42.08
%24.13

CMYK Percentages of Color #afda7d

%20
%0
%43
%15

Triadic Colors of #afda7d

#afda7d #7dafda #da7daf

Analogous Colors of #afda7d

#afda7d #81da7d #dad77d

Monochromatic Colors of #afda7d

#afda7d

Complementary Color

#afda7d #a87dda

#afda7d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afda7d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afda7d Color CSS Codes

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

#afda7d Text Font Color

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

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


#afda7d Background Color

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

This div background color is #afda7d


#afda7d Border Color

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

This div border color is #afda7d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afda7d


Comments

No comments written yet.

Please login to write comment.