Color Hex Logo

#daddeb Color Hex

#DADDEB
(218,221,235)
0 Favorites   0 Comments

Color spaces of #daddeb

RGB 218221235
HSL0.640.300.89
HSV229°92°
CMYK 0.070.060.00   0.08
XYZ69.765372.616588.9366
Yxy72.61650.30160.3139
Hunter Lab85.2153-2.9899-2.2284
CIE-Lab88.26451.6123-7.1885

#daddeb color RGB value is (218,221,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011101 11101011
Octal 332 335 353
Decimal 218 221 235
Hex DA DD EB

RGB Percentages of Color #daddeb

%32.34
%32.79
%34.87

CMYK Percentages of Color #daddeb

%7
%6
%0
%8

Triadic Colors of #daddeb

#daddeb #ebdadd #ddebda

Analogous Colors of #daddeb

#daddeb #e0daeb #dae6eb

Monochromatic Colors of #daddeb

#daddeb

Complementary Color

#daddeb #ebe8da

#daddeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daddeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daddeb Color CSS Codes

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

#daddeb Text Font Color

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

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


#daddeb Background Color

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

This div background color is #daddeb


#daddeb Border Color

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

This div border color is #daddeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daddeb


Comments

No comments written yet.

Please login to write comment.