Color Hex Logo

#dadbe7 Color Hex

#DADBE7
(218,219,231)
0 Favorites   0 Comments

Color spaces of #dadbe7

RGB 218219231
HSL0.650.210.88
HSV235°91°
CMYK 0.060.050.00   0.09
XYZ68.668871.338085.7517
Yxy71.33800.30420.3160
Hunter Lab84.4618-2.6849-1.0722
CIE-Lab87.64901.8900-5.9909

#dadbe7 color RGB value is (218,219,231).

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

The process color (four color CMYK) of #dadbe7 color hex is 0.06, 0.05, 0.00, 0.09. Web safe color of #dadbe7 is #ccccff. Color #dadbe7 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 11100111
Octal 332 333 347
Decimal 218 219 231
Hex DA DB E7

RGB Percentages of Color #dadbe7

%32.63
%32.78
%34.58

CMYK Percentages of Color #dadbe7

%6
%5
%0
%9

Triadic Colors of #dadbe7

#dadbe7 #e7dadb #dbe7da

Analogous Colors of #dadbe7

#dadbe7 #e0dae7 #dae2e7

Monochromatic Colors of #dadbe7

#dadbe7

Complementary Color

#dadbe7 #e7e6da

#dadbe7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbe7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbe7 Color CSS Codes

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

#dadbe7 Text Font Color

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

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


#dadbe7 Background Color

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

This div background color is #dadbe7


#dadbe7 Border Color

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

This div border color is #dadbe7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbe7


Comments

No comments written yet.

Please login to write comment.