Color Hex Logo

#dad0ed Color Hex

#DAD0ED
(218,208,237)
0 Favorites   0 Comments

Color spaces of #dad0ed

RGB 218208237
HSL0.720.450.87
HSV261°12°93°
CMYK 0.080.120.00   0.07
XYZ66.755466.131689.3671
Yxy66.13160.30040.2975
Hunter Lab81.32134.2155-8.2311
CIE-Lab85.06358.8278-13.0086

#dad0ed color RGB value is (218,208,237).

#dad0ed hex color red value is 218, green value is 208 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dad0ed hue: 0.72 , saturation: 0.45 and the lightness value of dad0ed is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010000 11101101
Octal 332 320 355
Decimal 218 208 237
Hex DA D0 ED

RGB Percentages of Color #dad0ed

%32.88
%31.37
%35.75

CMYK Percentages of Color #dad0ed

%8
%12
%0
%7

Triadic Colors of #dad0ed

#dad0ed #eddad0 #d0edda

Analogous Colors of #dad0ed

#dad0ed #e9d0ed #d0d5ed

Monochromatic Colors of #dad0ed

#dad0ed

Complementary Color

#dad0ed #e3edd0

#dad0ed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad0ed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad0ed Color CSS Codes

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

#dad0ed Text Font Color

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

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


#dad0ed Background Color

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

This div background color is #dad0ed


#dad0ed Border Color

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

This div border color is #dad0ed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad0ed


Comments

No comments written yet.

Please login to write comment.