Color Hex Logo

#dad8ec Color Hex

#DAD8EC
(218,216,236)
0 Favorites   0 Comments

Color spaces of #dad8ec

RGB 218216236
HSL0.680.340.89
HSV246°93°
CMYK 0.080.080.00   0.07
XYZ68.609670.073389.2663
Yxy70.07330.30100.3074
Hunter Lab83.7098-0.1913-4.6287
CIE-Lab87.03284.4169-9.5429

#dad8ec color RGB value is (218,216,236).

#dad8ec hex color red value is 218, green value is 216 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #dad8ec hue: 0.68 , saturation: 0.34 and the lightness value of dad8ec is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011000 11101100
Octal 332 330 354
Decimal 218 216 236
Hex DA D8 EC

RGB Percentages of Color #dad8ec

%32.54
%32.24
%35.22

CMYK Percentages of Color #dad8ec

%8
%8
%0
%7

Triadic Colors of #dad8ec

#dad8ec #ecdad8 #d8ecda

Analogous Colors of #dad8ec

#dad8ec #e4d8ec #d8e0ec

Monochromatic Colors of #dad8ec

#dad8ec

Complementary Color

#dad8ec #eaecd8

#dad8ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad8ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad8ec Color CSS Codes

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

#dad8ec Text Font Color

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

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


#dad8ec Background Color

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

This div background color is #dad8ec


#dad8ec Border Color

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

This div border color is #dad8ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad8ec


Comments

No comments written yet.

Please login to write comment.