Color Hex Logo

#dadeed Color Hex

#DADEED
(218,222,237)
0 Favorites   0 Comments

Color spaces of #dadeed

RGB 218222237
HSL0.630.350.89
HSV227°93°
CMYK 0.080.060.00   0.07
XYZ70.320873.262490.5555
Yxy73.26240.30030.3129
Hunter Lab85.5935-3.1388-2.8118
CIE-Lab88.57271.4777-7.7847

#dadeed color RGB value is (218,222,237).

#dadeed hex color red value is 218, green value is 222 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dadeed hue: 0.63 , saturation: 0.35 and the lightness value of dadeed is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 11101101
Octal 332 336 355
Decimal 218 222 237
Hex DA DE ED

RGB Percentages of Color #dadeed

%32.20
%32.79
%35.01

CMYK Percentages of Color #dadeed

%8
%6
%0
%7

Triadic Colors of #dadeed

#dadeed #eddade #deedda

Analogous Colors of #dadeed

#dadeed #e0daed #dae8ed

Monochromatic Colors of #dadeed

#dadeed

Complementary Color

#dadeed #ede9da

#dadeed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadeed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadeed Color CSS Codes

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

#dadeed Text Font Color

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

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


#dadeed Background Color

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

This div background color is #dadeed


#dadeed Border Color

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

This div border color is #dadeed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadeed


Comments

No comments written yet.

Please login to write comment.