Color Hex Logo

#ddfbbe Color Hex

#DDFBBE
(221,251,190)
0 Favorites   0 Comments

Color spaces of #ddfbbe

RGB 221251190
HSL0.250.880.86
HSV90°24°98°
CMYK 0.120.000.24   0.02
XYZ73.610288.084261.8375
Yxy88.08420.32930.3941
Hunter Lab93.8532-24.243326.6325
CIE-Lab95.1964-20.128626.0924

#ddfbbe color RGB value is (221,251,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11111011 10111110
Octal 335 373 276
Decimal 221 251 190
Hex DD FB BE

RGB Percentages of Color #ddfbbe

%33.38
%37.92
%28.70

CMYK Percentages of Color #ddfbbe

%12
%0
%24
%2

Triadic Colors of #ddfbbe

#ddfbbe #beddfb #fbbedd

Analogous Colors of #ddfbbe

#ddfbbe #bffbbe #fbfbbe

Monochromatic Colors of #ddfbbe

#ddfbbe

Complementary Color

#ddfbbe #dcbefb

#ddfbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddfbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddfbbe Color CSS Codes

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

#ddfbbe Text Font Color

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

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


#ddfbbe Background Color

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

This div background color is #ddfbbe


#ddfbbe Border Color

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

This div border color is #ddfbbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(221,251,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 #ddfbbe">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddfbbe


Comments

No comments written yet.

Please login to write comment.