Color Hex Logo

#daddef Color Hex

#DADDEF
(218,221,239)
0 Favorites   0 Comments

Color spaces of #daddef

RGB 218221239
HSL0.640.400.90
HSV231°94°
CMYK 0.090.080.00   0.06
XYZ70.349972.850392.0150
Yxy72.85030.29910.3097
Hunter Lab85.3524-2.2418-4.1715
CIE-Lab88.37632.3868-9.1284

#daddef color RGB value is (218,221,239).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 11101111
Octal 332 335 357
Decimal 218 221 239
Hex DA DD EF

RGB Percentages of Color #daddef

%32.15
%32.60
%35.25

CMYK Percentages of Color #daddef

%9
%8
%0
%6

Triadic Colors of #daddef

#daddef #efdadd #ddefda

Analogous Colors of #daddef

#daddef #e2daef #dae8ef

Monochromatic Colors of #daddef

#daddef

Complementary Color

#daddef #efecda

#daddef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daddef Color Preview on White Background

Lorem ipsum dolor sit amet.

#daddef Color CSS Codes

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

#daddef Text Font Color

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

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


#daddef Background Color

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

This div background color is #daddef


#daddef Border Color

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

This div border color is #daddef


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daddef


Comments

No comments written yet.

Please login to write comment.