Color Hex Logo

#dadbea Color Hex

#DADBEA
(218,219,234)
0 Favorites   0 Comments

Color spaces of #dadbea

RGB 218219234
HSL0.660.280.89
HSV236°92°
CMYK 0.070.060.00   0.08
XYZ69.096271.509088.0028
Yxy71.50900.30220.3128
Hunter Lab84.5630-2.1334-2.5077
CIE-Lab87.73172.4622-7.4505

#dadbea color RGB value is (218,219,234).

#dadbea hex color red value is 218, green value is 219 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dadbea hue: 0.66 , saturation: 0.28 and the lightness value of dadbea is 0.89.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 11101010
Octal 332 333 352
Decimal 218 219 234
Hex DA DB EA

RGB Percentages of Color #dadbea

%32.49
%32.64
%34.87

CMYK Percentages of Color #dadbea

%7
%6
%0
%8

Triadic Colors of #dadbea

#dadbea #eadadb #dbeada

Analogous Colors of #dadbea

#dadbea #e1daea #dae3ea

Monochromatic Colors of #dadbea

#dadbea

Complementary Color

#dadbea #eae9da

#dadbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbea Color CSS Codes

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

#dadbea Text Font Color

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

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


#dadbea Background Color

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

This div background color is #dadbea


#dadbea Border Color

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

This div border color is #dadbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbea

#dadbea Color Palettes


Comments

No comments written yet.

Please login to write comment.