Color Hex Logo

#afddad Color Hex

#AFDDAD
(175,221,173)
0 Favorites   0 Comments

Color spaces of #afddad

RGB 175221173
HSL0.330.410.77
HSV118°22°87°
CMYK 0.210.000.22   0.13
XYZ51.078563.844049.1662
Yxy63.84400.31130.3891
Hunter Lab79.9024-25.721219.4489
CIE-Lab83.8845-24.027818.7769

#afddad color RGB value is (175,221,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 10101111 11011101 10101101
Octal 257 335 255
Decimal 175 221 173
Hex AF DD AD

RGB Percentages of Color #afddad

%30.76
%38.84
%30.40

CMYK Percentages of Color #afddad

%21
%0
%22
%13

Triadic Colors of #afddad

#afddad #adafdd #ddadaf

Analogous Colors of #afddad

#afddad #adddc3 #c7ddad

Monochromatic Colors of #afddad

#afddad

Complementary Color

#afddad #dbaddd

#afddad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#afddad Color Preview on White Background

Lorem ipsum dolor sit amet.

#afddad Color CSS Codes

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

#afddad Text Font Color

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

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


#afddad Background Color

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

This div background color is #afddad


#afddad Border Color

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

This div border color is #afddad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #afddad


Comments

No comments written yet.

Please login to write comment.