Color Hex Logo

#dadeeb Color Hex

#DADEEB
(218,222,235)
1 Favorites   0 Comments

Color spaces of #dadeeb

RGB 218222235
HSL0.630.300.89
HSV226°92°
CMYK 0.070.060.00   0.08
XYZ70.030173.146189.0249
Yxy73.14610.30160.3150
Hunter Lab85.5255-3.5100-1.8481
CIE-Lab88.51731.0923-6.8144

#dadeeb color RGB value is (218,222,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011110 11101011
Octal 332 336 353
Decimal 218 222 235
Hex DA DE EB

RGB Percentages of Color #dadeeb

%32.30
%32.89
%34.81

CMYK Percentages of Color #dadeeb

%7
%6
%0
%8

Triadic Colors of #dadeeb

#dadeeb #ebdade #deebda

Analogous Colors of #dadeeb

#dadeeb #dfdaeb #dae7eb

Monochromatic Colors of #dadeeb

#dadeeb

Complementary Color

#dadeeb #ebe7da

#dadeeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadeeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadeeb Color CSS Codes

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

#dadeeb Text Font Color

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

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


#dadeeb Background Color

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

This div background color is #dadeeb


#dadeeb Border Color

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

This div border color is #dadeeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadeeb


Comments

No comments written yet.

Please login to write comment.