Color Hex Logo

#ddfbcd Color Hex

#DDFBCD
(221,251,205)
0 Favorites   0 Comments

Color spaces of #ddfbcd

RGB 221251205
HSL0.280.850.89
HSV99°18°98°
CMYK 0.120.000.18   0.02
XYZ75.335488.774370.9222
Yxy88.77430.32050.3777
Hunter Lab94.2201-22.162321.3248
CIE-Lab95.4860-17.817518.8486

#ddfbcd color RGB value is (221,251,205).

#ddfbcd hex color red value is 221, green value is 251 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #ddfbcd hue: 0.28 , saturation: 0.85 and the lightness value of ddfbcd is 0.89.

The process color (four color CMYK) of #ddfbcd color hex is 0.12, 0.00, 0.18, 0.02. Web safe color of #ddfbcd is #ccffcc. Color #ddfbcd contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 11001101
Octal 335 373 315
Decimal 221 251 205
Hex DD FB CD

RGB Percentages of Color #ddfbcd

%32.64
%37.08
%30.28

CMYK Percentages of Color #ddfbcd

%12
%0
%18
%2

Triadic Colors of #ddfbcd

#ddfbcd #cdddfb #fbcddd

Analogous Colors of #ddfbcd

#ddfbcd #cdfbd4 #f4fbcd

Monochromatic Colors of #ddfbcd

#ddfbcd

Complementary Color

#ddfbcd #ebcdfb

#ddfbcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbcd Color CSS Codes

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

#ddfbcd Text Font Color

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

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


#ddfbcd Background Color

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

This div background color is #ddfbcd


#ddfbcd Border Color

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

This div border color is #ddfbcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbcd

Related Colors

#ddfbcd Color Palettes


Comments

No comments written yet.

Please login to write comment.