Color Hex Logo

#ddecb8 Color Hex

#DDECB8
(221,236,184)
0 Favorites   0 Comments

Color spaces of #ddecb8

RGB 221236184
HSL0.210.580.82
HSV77°22°93°
CMYK 0.060.000.22   0.07
XYZ68.466078.823756.9534
Yxy78.82370.33520.3859
Hunter Lab88.7827-17.717024.1138
CIE-Lab91.1545-13.662023.6042

#ddecb8 color RGB value is (221,236,184).

#ddecb8 hex color red value is 221, green value is 236 and the blue value of its RGB is 184. Cylindrical-coordinate representations (also known as HSL) of color #ddecb8 hue: 0.21 , saturation: 0.58 and the lightness value of ddecb8 is 0.82.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101100 10111000
Octal 335 354 270
Decimal 221 236 184
Hex DD EC B8

RGB Percentages of Color #ddecb8

%34.48
%36.82
%28.71

CMYK Percentages of Color #ddecb8

%6
%0
%22
%7

Triadic Colors of #ddecb8

#ddecb8 #b8ddec #ecb8dd

Analogous Colors of #ddecb8

#ddecb8 #c3ecb8 #ece1b8

Monochromatic Colors of #ddecb8

#ddecb8

Complementary Color

#ddecb8 #c7b8ec

#ddecb8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddecb8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddecb8 Color CSS Codes

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

#ddecb8 Text Font Color

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

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


#ddecb8 Background Color

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

This div background color is #ddecb8


#ddecb8 Border Color

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

This div border color is #ddecb8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddecb8

#ddecb8 Color Palettes


Comments

No comments written yet.

Please login to write comment.