Color Hex Logo

#dadeee Color Hex

#DADEEE
(218,222,238)
1 Favorites   0 Comments

Color spaces of #dadeee

RGB 218222238
HSL0.630.370.89
HSV228°93°
CMYK 0.080.070.00   0.07
XYZ70.467373.321091.3273
Yxy73.32100.29970.3119
Hunter Lab85.6277-2.9519-3.2971
CIE-Lab88.60061.6713-8.2694

#dadeee color RGB value is (218,222,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 11101110
Octal 332 336 356
Decimal 218 222 238
Hex DA DE EE

RGB Percentages of Color #dadeee

%32.15
%32.74
%35.10

CMYK Percentages of Color #dadeee

%8
%7
%0
%7

Triadic Colors of #dadeee

#dadeee #eedade #deeeda

Analogous Colors of #dadeee

#dadeee #e0daee #dae8ee

Monochromatic Colors of #dadeee

#dadeee

Complementary Color

#dadeee #eeeada

#dadeee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadeee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadeee Color CSS Codes

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

#dadeee Text Font Color

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

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


#dadeee Background Color

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

This div background color is #dadeee


#dadeee Border Color

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

This div border color is #dadeee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadeee

#dadeee Color Palettes


Comments

No comments written yet.

Please login to write comment.