Color Hex Logo

#dadaea Color Hex

#DADAEA
(218,218,234)
0 Favorites   0 Comments

Color spaces of #dadaea

RGB 218218234
HSL0.670.280.89
HSV240°92°
CMYK 0.070.070.00   0.08
XYZ68.836170.988787.9160
Yxy70.98870.30230.3117
Hunter Lab84.2548-1.6115-2.8880
CIE-Lab87.47952.9844-7.8240

#dadaea color RGB value is (218,218,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011010 11101010
Octal 332 332 352
Decimal 218 218 234
Hex DA DA EA

RGB Percentages of Color #dadaea

%32.54
%32.54
%34.93

CMYK Percentages of Color #dadaea

%7
%7
%0
%8

Triadic Colors of #dadaea

#dadaea #eadada #daeada

Analogous Colors of #dadaea

#dadaea #e2daea #dae2ea

Monochromatic Colors of #dadaea

#dadaea

Complementary Color

#dadaea #eaeada

#dadaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadaea Color CSS Codes

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

#dadaea Text Font Color

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

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


#dadaea Background Color

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

This div background color is #dadaea


#dadaea Border Color

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

This div border color is #dadaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadaea


Comments

No comments written yet.

Please login to write comment.