Color Hex Logo

#ddf0be Color Hex

#DDF0BE
(221,240,190)
0 Favorites   0 Comments

Color spaces of #ddf0be

RGB 221240190
HSL0.230.630.84
HSV83°21°94°
CMYK 0.080.000.21   0.06
XYZ70.273181.410060.7251
Yxy81.41000.33080.3833
Hunter Lab90.2275-18.874523.2558
CIE-Lab92.3138-14.750122.1216

#ddf0be color RGB value is (221,240,190).

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

The process color (four color CMYK) of #ddf0be color hex is 0.08, 0.00, 0.21, 0.06. Web safe color of #ddf0be is #ccffcc. Color #ddf0be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110000 10111110
Octal 335 360 276
Decimal 221 240 190
Hex DD F0 BE

RGB Percentages of Color #ddf0be

%33.95
%36.87
%29.19

CMYK Percentages of Color #ddf0be

%8
%0
%21
%6

Triadic Colors of #ddf0be

#ddf0be #beddf0 #f0bedd

Analogous Colors of #ddf0be

#ddf0be #c4f0be #f0eabe

Monochromatic Colors of #ddf0be

#ddf0be

Complementary Color

#ddf0be #d1bef0

#ddf0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf0be Color CSS Codes

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

#ddf0be Text Font Color

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

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


#ddf0be Background Color

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

This div background color is #ddf0be


#ddf0be Border Color

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

This div border color is #ddf0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf0be


Comments

No comments written yet.

Please login to write comment.