Color Hex Logo

#dadbe0 Color Hex

#DADBE0
(218,219,224)
0 Favorites   0 Comments

Color spaces of #dadbe0

RGB 218219224
HSL0.640.090.87
HSV230°88°
CMYK 0.030.020.00   0.12
XYZ67.699570.950380.6476
Yxy70.95030.30870.3235
Hunter Lab84.2320-3.94082.1954
CIE-Lab87.46090.5798-2.5755

#dadbe0 color RGB value is (218,219,224).

#dadbe0 hex color red value is 218, green value is 219 and the blue value of its RGB is 224. Cylindrical-coordinate representations (also known as HSL) of color #dadbe0 hue: 0.64 , saturation: 0.09 and the lightness value of dadbe0 is 0.87.

The process color (four color CMYK) of #dadbe0 color hex is 0.03, 0.02, 0.00, 0.12. Web safe color of #dadbe0 is #cccccc. Color #dadbe0 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 11100000
Octal 332 333 340
Decimal 218 219 224
Hex DA DB E0

RGB Percentages of Color #dadbe0

%32.98
%33.13
%33.89

CMYK Percentages of Color #dadbe0

%3
%2
%0
%12

Triadic Colors of #dadbe0

#dadbe0 #e0dadb #dbe0da

Analogous Colors of #dadbe0

#dadbe0 #dcdae0 #dadee0

Monochromatic Colors of #dadbe0

#dadbe0

Complementary Color

#dadbe0 #e0dfda

#dadbe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbe0 Color CSS Codes

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

#dadbe0 Text Font Color

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

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


#dadbe0 Background Color

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

This div background color is #dadbe0


#dadbe0 Border Color

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

This div border color is #dadbe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbe0


Comments

No comments written yet.

Please login to write comment.