Color Hex Logo

#dad9ec Color Hex

#DAD9EC
(218,217,236)
0 Favorites   0 Comments

Color spaces of #dad9ec

RGB 218217236
HSL0.680.330.89
HSV243°93°
CMYK 0.080.080.00   0.07
XYZ68.866670.587389.3519
Yxy70.58730.30100.3085
Hunter Lab84.0162-0.7152-4.2440
CIE-Lab87.28413.8930-9.1694

#dad9ec color RGB value is (218,217,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011001 11101100
Octal 332 331 354
Decimal 218 217 236
Hex DA D9 EC

RGB Percentages of Color #dad9ec

%32.49
%32.34
%35.17

CMYK Percentages of Color #dad9ec

%8
%8
%0
%7

Triadic Colors of #dad9ec

#dad9ec #ecdad9 #d9ecda

Analogous Colors of #dad9ec

#dad9ec #e4d9ec #d9e2ec

Monochromatic Colors of #dad9ec

#dad9ec

Complementary Color

#dad9ec #ebecd9

#dad9ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad9ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad9ec Color CSS Codes

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

#dad9ec Text Font Color

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

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


#dad9ec Background Color

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

This div background color is #dad9ec


#dad9ec Border Color

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

This div border color is #dad9ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad9ec

#dad9ec Color Palettes


Comments

No comments written yet.

Please login to write comment.