Color Hex Logo

#afda9d Color Hex

#AFDA9D
(175,218,157)
0 Favorites   0 Comments

Color spaces of #afda9d

RGB 175218157
HSL0.280.450.74
HSV102°28°85°
CMYK 0.200.000.28   0.15
XYZ48.836461.691141.2319
Yxy61.69110.32180.4065
Hunter Lab78.5437-26.464823.8560
CIE-Lab82.7489-25.170125.5614

#afda9d color RGB value is (175,218,157).

#afda9d hex color red value is 175, green value is 218 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #afda9d hue: 0.28 , saturation: 0.45 and the lightness value of afda9d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011010 10011101
Octal 257 332 235
Decimal 175 218 157
Hex AF DA 9D

RGB Percentages of Color #afda9d

%31.82
%39.64
%28.55

CMYK Percentages of Color #afda9d

%20
%0
%28
%15

Triadic Colors of #afda9d

#afda9d #9dafda #da9daf

Analogous Colors of #afda9d

#afda9d #9ddaaa #ceda9d

Monochromatic Colors of #afda9d

#afda9d

Complementary Color

#afda9d #c89dda

#afda9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afda9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#afda9d Color CSS Codes

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

#afda9d Text Font Color

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

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


#afda9d Background Color

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

This div background color is #afda9d


#afda9d Border Color

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

This div border color is #afda9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afda9d


Comments

No comments written yet.

Please login to write comment.