Color Hex Logo

#ddfbce Color Hex

#DDFBCE
(221,251,206)
0 Favorites   0 Comments

Color spaces of #ddfbce

RGB 221251206
HSL0.280.850.90
HSV100°18°98°
CMYK 0.120.000.18   0.02
XYZ75.456688.822771.5600
Yxy88.82270.31990.3766
Hunter Lab94.2458-22.016620.9537
CIE-Lab95.5063-17.656818.3653

#ddfbce color RGB value is (221,251,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 11001110
Octal 335 373 316
Decimal 221 251 206
Hex DD FB CE

RGB Percentages of Color #ddfbce

%32.60
%37.02
%30.38

CMYK Percentages of Color #ddfbce

%12
%0
%18
%2

Triadic Colors of #ddfbce

#ddfbce #ceddfb #fbcedd

Analogous Colors of #ddfbce

#ddfbce #cefbd6 #f4fbce

Monochromatic Colors of #ddfbce

#ddfbce

Complementary Color

#ddfbce #eccefb

#ddfbce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbce Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbce Color CSS Codes

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

#ddfbce Text Font Color

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

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


#ddfbce Background Color

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

This div background color is #ddfbce


#ddfbce Border Color

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

This div border color is #ddfbce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbce

Related Colors


Comments

No comments written yet.

Please login to write comment.