Color Hex Logo

#afdd9b Color Hex

#AFDD9B
(175,221,155)
0 Favorites   0 Comments

Color spaces of #afdd9b

RGB 175221155
HSL0.280.490.74
HSV102°30°87°
CMYK 0.210.000.30   0.13
XYZ49.452063.193440.6015
Yxy63.19340.32270.4124
Hunter Lab79.4943-28.073325.3638
CIE-Lab83.5440-26.921827.6736

#afdd9b color RGB value is (175,221,155).

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

The process color (four color CMYK) of #afdd9b color hex is 0.21, 0.00, 0.30, 0.13. Web safe color of #afdd9b is #99cc99. Color #afdd9b contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 10011011
Octal 257 335 233
Decimal 175 221 155
Hex AF DD 9B

RGB Percentages of Color #afdd9b

%31.76
%40.11
%28.13

CMYK Percentages of Color #afdd9b

%21
%0
%30
%13

Triadic Colors of #afdd9b

#afdd9b #9bafdd #dd9baf

Analogous Colors of #afdd9b

#afdd9b #9bdda8 #d0dd9b

Monochromatic Colors of #afdd9b

#afdd9b

Complementary Color

#afdd9b #c99bdd

#afdd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd9b Color CSS Codes

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

#afdd9b Text Font Color

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

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


#afdd9b Background Color

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

This div background color is #afdd9b


#afdd9b Border Color

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

This div border color is #afdd9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd9b


Comments

No comments written yet.

Please login to write comment.