Color Hex Logo

#ddead8 Color Hex

#DDEAD8
(221,234,216)
0 Favorites   0 Comments

Color spaces of #ddead8

RGB 221234216
HSL0.290.300.88
HSV103°92°
CMYK 0.060.000.08   0.08
XYZ71.636379.175776.4725
Yxy79.17570.31520.3484
Hunter Lab88.9807-12.010111.3310
CIE-Lab91.3137-7.53457.2455

#ddead8 color RGB value is (221,234,216).

#ddead8 hex color red value is 221, green value is 234 and the blue value of its RGB is 216. Cylindrical-coordinate representations (also known as HSL) of color #ddead8 hue: 0.29 , saturation: 0.30 and the lightness value of ddead8 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 11011000
Octal 335 352 330
Decimal 221 234 216
Hex DD EA D8

RGB Percentages of Color #ddead8

%32.94
%34.87
%32.19

CMYK Percentages of Color #ddead8

%6
%0
%8
%8

Triadic Colors of #ddead8

#ddead8 #d8ddea #ead8dd

Analogous Colors of #ddead8

#ddead8 #d8eadc #e6ead8

Monochromatic Colors of #ddead8

#ddead8

Complementary Color

#ddead8 #e5d8ea

#ddead8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddead8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddead8 Color CSS Codes

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

#ddead8 Text Font Color

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

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


#ddead8 Background Color

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

This div background color is #ddead8


#ddead8 Border Color

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

This div border color is #ddead8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddead8


Comments

No comments written yet.

Please login to write comment.