Color Hex Logo

#afddab Color Hex

#AFDDAB
(175,221,171)
0 Favorites   0 Comments

Color spaces of #afddab

RGB 175221171
HSL0.320.420.77
HSV115°23°87°
CMYK 0.210.000.23   0.13
XYZ50.886363.767148.1544
Yxy63.76710.31260.3917
Hunter Lab79.8543-25.997820.1445
CIE-Lab83.8444-24.365419.7676

#afddab color RGB value is (175,221,171).

#afddab hex color red value is 175, green value is 221 and the blue value of its RGB is 171. Cylindrical-coordinate representations (also known as HSL) of color #afddab hue: 0.32 , saturation: 0.42 and the lightness value of afddab is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 10101011
Octal 257 335 253
Decimal 175 221 171
Hex AF DD AB

RGB Percentages of Color #afddab

%30.86
%38.98
%30.16

CMYK Percentages of Color #afddab

%21
%0
%23
%13

Triadic Colors of #afddab

#afddab #abafdd #ddabaf

Analogous Colors of #afddab

#afddab #abddc0 #c8ddab

Monochromatic Colors of #afddab

#afddab

Complementary Color

#afddab #d9abdd

#afddab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afddab Color Preview on White Background

Lorem ipsum dolor sit amet.

#afddab Color CSS Codes

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

#afddab Text Font Color

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

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


#afddab Background Color

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

This div background color is #afddab


#afddab Border Color

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

This div border color is #afddab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afddab


Comments

No comments written yet.

Please login to write comment.