Color Hex Logo

#ddfcad Color Hex

#DDFCAD
(221,252,173)
0 Favorites   0 Comments

Color spaces of #ddfcad

RGB 221252173
HSL0.230.930.83
HSV84°31°99°
CMYK 0.120.000.31   0.01
XYZ72.172088.010152.7189
Yxy88.01010.33900.4134
Hunter Lab93.8137-26.851832.3514
CIE-Lab95.1652-23.004334.6162

#ddfcad color RGB value is (221,252,173).

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

The process color (four color CMYK) of #ddfcad color hex is 0.12, 0.00, 0.31, 0.01. Web safe color of #ddfcad is #ccff99. Color #ddfcad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111100 10101101
Octal 335 374 255
Decimal 221 252 173
Hex DD FC AD

RGB Percentages of Color #ddfcad

%34.21
%39.01
%26.78

CMYK Percentages of Color #ddfcad

%12
%0
%31
%1

Triadic Colors of #ddfcad

#ddfcad #adddfc #fcaddd

Analogous Colors of #ddfcad

#ddfcad #b6fcad #fcf4ad

Monochromatic Colors of #ddfcad

#ddfcad

Complementary Color

#ddfcad #ccadfc

#ddfcad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfcad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfcad Color CSS Codes

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

#ddfcad Text Font Color

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

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


#ddfcad Background Color

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

This div background color is #ddfcad


#ddfcad Border Color

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

This div border color is #ddfcad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfcad

Related Colors


Comments

No comments written yet.

Please login to write comment.