Color Hex Logo

#dadbe4 Color Hex

#DADBE4
(218,219,228)
0 Favorites   0 Comments

Color spaces of #dadbe4

RGB 218219228
HSL0.650.160.87
HSV234°89°
CMYK 0.040.040.00   0.11
XYZ68.248671.169983.5389
Yxy71.16990.30610.3192
Hunter Lab84.3623-3.22840.3422
CIE-Lab87.56751.3242-4.5288

#dadbe4 color RGB value is (218,219,228).

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

The process color (four color CMYK) of #dadbe4 color hex is 0.04, 0.04, 0.00, 0.11. Web safe color of #dadbe4 is #cccccc. Color #dadbe4 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 11100100
Octal 332 333 344
Decimal 218 219 228
Hex DA DB E4

RGB Percentages of Color #dadbe4

%32.78
%32.93
%34.29

CMYK Percentages of Color #dadbe4

%4
%4
%0
%11

Triadic Colors of #dadbe4

#dadbe4 #e4dadb #dbe4da

Analogous Colors of #dadbe4

#dadbe4 #dedae4 #dae0e4

Monochromatic Colors of #dadbe4

#dadbe4

Complementary Color

#dadbe4 #e4e3da

#dadbe4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbe4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbe4 Color CSS Codes

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

#dadbe4 Text Font Color

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

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


#dadbe4 Background Color

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

This div background color is #dadbe4


#dadbe4 Border Color

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

This div border color is #dadbe4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbe4


Comments

No comments written yet.

Please login to write comment.