Color Hex Logo

#dceeda Color Hex

#DCEEDA
(220,238,218)
0 Favorites   0 Comments

Color spaces of #dceeda

RGB 220238218
HSL0.320.370.89
HSV114°93°
CMYK 0.080.000.08   0.07
XYZ72.744681.426778.2125
Yxy81.42670.31300.3504
Hunter Lab90.2367-14.016011.7762
CIE-Lab92.3212-9.54267.6443

#dceeda color RGB value is (220,238,218).

#dceeda hex color red value is 220, green value is 238 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #dceeda hue: 0.32 , saturation: 0.37 and the lightness value of dceeda is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011100 11101110 11011010
Octal 334 356 332
Decimal 220 238 218
Hex DC EE DA

RGB Percentages of Color #dceeda

%32.54
%35.21
%32.25

CMYK Percentages of Color #dceeda

%8
%0
%8
%7

Triadic Colors of #dceeda

#dceeda #dadcee #eedadc

Analogous Colors of #dceeda

#dceeda #daeee2 #e6eeda

Monochromatic Colors of #dceeda

#dceeda

Complementary Color

#dceeda #ecdaee

#dceeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dceeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#dceeda Color CSS Codes

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

#dceeda Text Font Color

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

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


#dceeda Background Color

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

This div background color is #dceeda


#dceeda Border Color

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

This div border color is #dceeda


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(220,238,218, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #dceeda; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #dceeda;
  -webkit-box-shadow: 1px 1px 3px 2px #dceeda;
  box-shadow:         1px 1px 3px 2px #dceeda; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(220,238,218, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dceeda


Comments

No comments written yet.

Please login to write comment.