Color Hex Logo

#ddeadb Color Hex

#DDEADB
(221,234,219)
0 Favorites   0 Comments

Color spaces of #ddeadb

RGB 221234219
HSL0.310.260.89
HSV112°92°
CMYK 0.060.000.06   0.08
XYZ72.027879.332378.5342
Yxy79.33230.31330.3451
Hunter Lab89.0687-11.521310.0705
CIE-Lab91.3844-7.01195.7839

#ddeadb color RGB value is (221,234,219).

#ddeadb hex color red value is 221, green value is 234 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #ddeadb hue: 0.31 , saturation: 0.26 and the lightness value of ddeadb is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011101 11101010 11011011
Octal 335 352 333
Decimal 221 234 219
Hex DD EA DB

RGB Percentages of Color #ddeadb

%32.79
%34.72
%32.49

CMYK Percentages of Color #ddeadb

%6
%0
%6
%8

Triadic Colors of #ddeadb

#ddeadb #dbddea #eadbdd

Analogous Colors of #ddeadb

#ddeadb #dbeae1 #e5eadb

Monochromatic Colors of #ddeadb

#ddeadb

Complementary Color

#ddeadb #e8dbea

#ddeadb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ddeadb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ddeadb Color CSS Codes

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

#ddeadb Text Font Color

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

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


#ddeadb Background Color

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

This div background color is #ddeadb


#ddeadb Border Color

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

This div border color is #ddeadb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ddeadb


Comments

No comments written yet.

Please login to write comment.