Color Hex Logo

#dcdaea Color Hex

#DCDAEA
(220,218,234)
0 Favorites   0 Comments

Color spaces of #dcdaea

RGB 220218234
HSL0.690.280.89
HSV248°92°
CMYK 0.060.070.00   0.08
XYZ69.437971.299087.9442
Yxy71.29900.30360.3118
Hunter Lab84.4387-0.9789-2.6443
CIE-Lab87.63013.6402-7.5844

#dcdaea color RGB value is (220,218,234).

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

The process color (four color CMYK) of #dcdaea color hex is 0.06, 0.07, 0.00, 0.08. Web safe color of #dcdaea is #ccccff. Color #dcdaea contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011100 11011010 11101010
Octal 334 332 352
Decimal 220 218 234
Hex DC DA EA

RGB Percentages of Color #dcdaea

%32.74
%32.44
%34.82

CMYK Percentages of Color #dcdaea

%6
%7
%0
%8

Triadic Colors of #dcdaea

#dcdaea #eadcda #daeadc

Analogous Colors of #dcdaea

#dcdaea #e4daea #dae0ea

Monochromatic Colors of #dcdaea

#dcdaea

Complementary Color

#dcdaea #e8eada

#dcdaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dcdaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dcdaea Color CSS Codes

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

#dcdaea Text Font Color

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

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


#dcdaea Background Color

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

This div background color is #dcdaea


#dcdaea Border Color

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

This div border color is #dcdaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dcdaea


Comments

No comments written yet.

Please login to write comment.