Color Hex Logo

#afdd8b Color Hex

#AFDD8B
(175,221,139)
0 Favorites   0 Comments

Color spaces of #afdd8b

RGB 175221139
HSL0.260.550.71
HSV94°37°87°
CMYK 0.210.000.37   0.13
XYZ48.195862.690933.9865
Yxy62.69090.33270.4327
Hunter Lab79.1776-29.906929.9744
CIE-Lab83.2795-29.215935.5031

#afdd8b color RGB value is (175,221,139).

#afdd8b hex color red value is 175, green value is 221 and the blue value of its RGB is 139. Cylindrical-coordinate representations (also known as HSL) of color #afdd8b hue: 0.26 , saturation: 0.55 and the lightness value of afdd8b is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 10001011
Octal 257 335 213
Decimal 175 221 139
Hex AF DD 8B

RGB Percentages of Color #afdd8b

%32.71
%41.31
%25.98

CMYK Percentages of Color #afdd8b

%21
%0
%37
%13

Triadic Colors of #afdd8b

#afdd8b #8bafdd #dd8baf

Analogous Colors of #afdd8b

#afdd8b #8bdd90 #d8dd8b

Monochromatic Colors of #afdd8b

#afdd8b

Complementary Color

#afdd8b #b98bdd

#afdd8b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afdd8b Color Preview on White Background

Lorem ipsum dolor sit amet.

#afdd8b Color CSS Codes

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

#afdd8b Text Font Color

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

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


#afdd8b Background Color

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

This div background color is #afdd8b


#afdd8b Border Color

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

This div border color is #afdd8b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afdd8b


Comments

No comments written yet.

Please login to write comment.