Color Hex Logo

#ddfdad Color Hex

#DDFDAD
(221,253,173)
0 Favorites   0 Comments

Color spaces of #ddfdad

RGB 221253173
HSL0.230.950.84
HSV84°32°99°
CMYK 0.130.000.32   0.01
XYZ72.486988.639852.8239
Yxy88.63980.33880.4143
Hunter Lab94.1487-27.329732.6383
CIE-Lab95.4297-23.481834.9681

#ddfdad color RGB value is (221,253,173).

#ddfdad hex color red value is 221, green value is 253 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #ddfdad hue: 0.23 , saturation: 0.95 and the lightness value of ddfdad is 0.84.

The process color (four color CMYK) of #ddfdad color hex is 0.13, 0.00, 0.32, 0.01. Web safe color of #ddfdad is #ccff99. Color #ddfdad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111101 10101101
Octal 335 375 255
Decimal 221 253 173
Hex DD FD AD

RGB Percentages of Color #ddfdad

%34.16
%39.10
%26.74

CMYK Percentages of Color #ddfdad

%13
%0
%32
%1

Triadic Colors of #ddfdad

#ddfdad #adddfd #fdaddd

Analogous Colors of #ddfdad

#ddfdad #b5fdad #fdf5ad

Monochromatic Colors of #ddfdad

#ddfdad

Complementary Color

#ddfdad #cdadfd

#ddfdad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfdad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfdad Color CSS Codes

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

#ddfdad Text Font Color

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

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


#ddfdad Background Color

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

This div background color is #ddfdad


#ddfdad Border Color

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

This div border color is #ddfdad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,253,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 #ddfdad">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfdad

Related Colors


Comments

No comments written yet.

Please login to write comment.