Color Hex Logo

#ddecbe Color Hex

#DDECBE
(221,236,190)
0 Favorites   0 Comments

Color spaces of #ddecbe

RGB 221236190
HSL0.220.550.84
HSV80°19°93°
CMYK 0.060.000.19   0.07
XYZ69.108579.080860.3369
Yxy79.08080.33140.3792
Hunter Lab88.9274-16.904522.0211
CIE-Lab91.2708-12.766020.6749

#ddecbe color RGB value is (221,236,190).

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

The process color (four color CMYK) of #ddecbe color hex is 0.06, 0.00, 0.19, 0.07. Web safe color of #ddecbe is #ccffcc. Color #ddecbe contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 10111110
Octal 335 354 276
Decimal 221 236 190
Hex DD EC BE

RGB Percentages of Color #ddecbe

%34.16
%36.48
%29.37

CMYK Percentages of Color #ddecbe

%6
%0
%19
%7

Triadic Colors of #ddecbe

#ddecbe #beddec #ecbedd

Analogous Colors of #ddecbe

#ddecbe #c6ecbe #ece4be

Monochromatic Colors of #ddecbe

#ddecbe

Complementary Color

#ddecbe #cdbeec

#ddecbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddecbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddecbe Color CSS Codes

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

#ddecbe Text Font Color

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

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


#ddecbe Background Color

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

This div background color is #ddecbe


#ddecbe Border Color

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

This div border color is #ddecbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddecbe


Comments

No comments written yet.

Please login to write comment.