Color Hex Logo

#afddac Color Hex

#AFDDAC
(175,221,172)
0 Favorites   0 Comments

Color spaces of #afddac

RGB 175221172
HSL0.320.420.77
HSV116°22°87°
CMYK 0.210.000.22   0.13
XYZ50.982063.805448.6584
Yxy63.80540.31190.3904
Hunter Lab79.8783-25.860119.7979
CIE-Lab83.8643-24.197219.2722

#afddac color RGB value is (175,221,172).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 10101100
Octal 257 335 254
Decimal 175 221 172
Hex AF DD AC

RGB Percentages of Color #afddac

%30.81
%38.91
%30.28

CMYK Percentages of Color #afddac

%21
%0
%22
%13

Triadic Colors of #afddac

#afddac #acafdd #ddacaf

Analogous Colors of #afddac

#afddac #acddc2 #c8ddac

Monochromatic Colors of #afddac

#afddac

Complementary Color

#afddac #daacdd

#afddac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afddac Color Preview on White Background

Lorem ipsum dolor sit amet.

#afddac Color CSS Codes

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

#afddac Text Font Color

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

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


#afddac Background Color

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

This div background color is #afddac


#afddac Border Color

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

This div border color is #afddac


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afddac


Comments

No comments written yet.

Please login to write comment.