Color Hex Logo

#daddee Color Hex

#DADDEE
(218,221,238)
0 Favorites   0 Comments

Color spaces of #daddee

RGB 218221238
HSL0.640.370.89
HSV231°93°
CMYK 0.080.070.00   0.07
XYZ70.202572.791491.2390
Yxy72.79140.29970.3108
Hunter Lab85.3179-2.4303-3.6823
CIE-Lab88.34812.1920-8.6439

#daddee color RGB value is (218,221,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 11101110
Octal 332 335 356
Decimal 218 221 238
Hex DA DD EE

RGB Percentages of Color #daddee

%32.20
%32.64
%35.16

CMYK Percentages of Color #daddee

%8
%7
%0
%7

Triadic Colors of #daddee

#daddee #eedadd #ddeeda

Analogous Colors of #daddee

#daddee #e1daee #dae7ee

Monochromatic Colors of #daddee

#daddee

Complementary Color

#daddee #eeebda

#daddee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daddee Color Preview on White Background

Lorem ipsum dolor sit amet.

#daddee Color CSS Codes

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

#daddee Text Font Color

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

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


#daddee Background Color

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

This div background color is #daddee


#daddee Border Color

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

This div border color is #daddee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daddee

#daddee Color Palettes


Comments

No comments written yet.

Please login to write comment.