Color Hex Logo

#ddf0bf Color Hex

#DDF0BF
(221,240,191)
0 Favorites   0 Comments

Color spaces of #ddf0bf

RGB 221240191
HSL0.230.620.85
HSV83°20°94°
CMYK 0.080.000.20   0.06
XYZ70.382981.453961.3028
Yxy81.45390.33020.3822
Hunter Lab90.2518-18.737422.9040
CIE-Lab92.3333-14.598721.6348

#ddf0bf color RGB value is (221,240,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11110000 10111111
Octal 335 360 277
Decimal 221 240 191
Hex DD F0 BF

RGB Percentages of Color #ddf0bf

%33.90
%36.81
%29.29

CMYK Percentages of Color #ddf0bf

%8
%0
%20
%6

Triadic Colors of #ddf0bf

#ddf0bf #bfddf0 #f0bfdd

Analogous Colors of #ddf0bf

#ddf0bf #c5f0bf #f0ebbf

Monochromatic Colors of #ddf0bf

#ddf0bf

Complementary Color

#ddf0bf #d2bff0

#ddf0bf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddf0bf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddf0bf Color CSS Codes

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

#ddf0bf Text Font Color

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

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


#ddf0bf Background Color

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

This div background color is #ddf0bf


#ddf0bf Border Color

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

This div border color is #ddf0bf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddf0bf


Comments

No comments written yet.

Please login to write comment.