Color Hex Logo

#ddfbad Color Hex

#DDFBAD
(221,251,173)
0 Favorites   0 Comments

Color spaces of #ddfbad

RGB 221251173
HSL0.230.910.83
HSV83°31°98°
CMYK 0.120.000.31   0.02
XYZ71.858887.383652.6145
Yxy87.38360.33920.4125
Hunter Lab93.4792-26.373132.0642
CIE-Lab94.9008-22.525434.2641

#ddfbad color RGB value is (221,251,173).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 10101101
Octal 335 373 255
Decimal 221 251 173
Hex DD FB AD

RGB Percentages of Color #ddfbad

%34.26
%38.91
%26.82

CMYK Percentages of Color #ddfbad

%12
%0
%31
%2

Triadic Colors of #ddfbad

#ddfbad #adddfb #fbaddd

Analogous Colors of #ddfbad

#ddfbad #b6fbad #fbf2ad

Monochromatic Colors of #ddfbad

#ddfbad

Complementary Color

#ddfbad #cbadfb

#ddfbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbad Color CSS Codes

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

#ddfbad Text Font Color

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

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


#ddfbad Background Color

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

This div background color is #ddfbad


#ddfbad Border Color

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

This div border color is #ddfbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbad

Related Colors


Comments

No comments written yet.

Please login to write comment.