Color Hex Logo

#dadcea Color Hex

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

Color spaces of #dadcea

RGB 218220234
HSL0.650.280.89
HSV233°92°
CMYK 0.070.060.00   0.08
XYZ69.357972.032388.0900
Yxy72.03230.30220.3139
Hunter Lab84.8718-2.6542-2.1279
CIE-Lab87.98411.9411-7.0768

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

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

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

Base Numbers

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

RGB Percentages of Color #dadcea

%32.44
%32.74
%34.82

CMYK Percentages of Color #dadcea

%7
%6
%0
%8

Triadic Colors of #dadcea

#dadcea #eadadc #dceada

Analogous Colors of #dadcea

#dadcea #e0daea #dae4ea

Monochromatic Colors of #dadcea

#dadcea

Complementary Color

#dadcea #eae8da

#dadcea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadcea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadcea Color CSS Codes

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

#dadcea Text Font Color

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

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


#dadcea Background Color

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

This div background color is #dadcea


#dadcea Border Color

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

This div border color is #dadcea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,220,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 #dadcea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadcea


Comments

No comments written yet.

Please login to write comment.