Color Hex Logo

#ddfbbd Color Hex

#DDFBBD
(221,251,189)
0 Favorites   0 Comments

Color spaces of #ddfbbd

RGB 221251189
HSL0.250.890.86
HSV89°25°98°
CMYK 0.120.000.25   0.02
XYZ73.501388.040661.2637
Yxy88.04060.32990.3951
Hunter Lab93.8300-24.375226.9692
CIE-Lab95.1780-20.276126.5746

#ddfbbd color RGB value is (221,251,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 10111101
Octal 335 373 275
Decimal 221 251 189
Hex DD FB BD

RGB Percentages of Color #ddfbbd

%33.43
%37.97
%28.59

CMYK Percentages of Color #ddfbbd

%12
%0
%25
%2

Triadic Colors of #ddfbbd

#ddfbbd #bdddfb #fbbddd

Analogous Colors of #ddfbbd

#ddfbbd #befbbd #fbfabd

Monochromatic Colors of #ddfbbd

#ddfbbd

Complementary Color

#ddfbbd #dbbdfb

#ddfbbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbbd Color CSS Codes

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

#ddfbbd Text Font Color

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

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


#ddfbbd Background Color

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

This div background color is #ddfbbd


#ddfbbd Border Color

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

This div border color is #ddfbbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbbd

Related Colors


Comments

No comments written yet.

Please login to write comment.