Color Hex Logo

#ddecbd Color Hex

#DDECBD
(221,236,189)
0 Favorites   0 Comments

Color spaces of #ddecbd

RGB 221236189
HSL0.220.550.83
HSV79°20°93°
CMYK 0.060.000.20   0.07
XYZ68.999679.037259.7632
Yxy79.03720.33200.3804
Hunter Lab88.9029-17.042022.3755
CIE-Lab91.2511-12.917321.1632

#ddecbd color RGB value is (221,236,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 10111101
Octal 335 354 275
Decimal 221 236 189
Hex DD EC BD

RGB Percentages of Color #ddecbd

%34.21
%36.53
%29.26

CMYK Percentages of Color #ddecbd

%6
%0
%20
%7

Triadic Colors of #ddecbd

#ddecbd #bdddec #ecbddd

Analogous Colors of #ddecbd

#ddecbd #c6ecbd #ece4bd

Monochromatic Colors of #ddecbd

#ddecbd

Complementary Color

#ddecbd #ccbdec

#ddecbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddecbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddecbd Color CSS Codes

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

#ddecbd Text Font Color

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

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


#ddecbd Background Color

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

This div background color is #ddecbd


#ddecbd Border Color

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

This div border color is #ddecbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddecbd


Comments

No comments written yet.

Please login to write comment.