Color Hex Logo

#dadbe6 Color Hex

#DADBE6
(218,219,230)
0 Favorites   0 Comments

Color spaces of #dadbe6

RGB 218219230
HSL0.650.190.88
HSV235°90°
CMYK 0.050.050.00   0.10
XYZ68.527971.281685.0098
Yxy71.28160.30480.3171
Hunter Lab84.4284-2.8669-0.5984
CIE-Lab87.62161.7007-5.5038

#dadbe6 color RGB value is (218,219,230).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011011 11100110
Octal 332 333 346
Decimal 218 219 230
Hex DA DB E6

RGB Percentages of Color #dadbe6

%32.68
%32.83
%34.48

CMYK Percentages of Color #dadbe6

%5
%5
%0
%10

Triadic Colors of #dadbe6

#dadbe6 #e6dadb #dbe6da

Analogous Colors of #dadbe6

#dadbe6 #dfdae6 #dae1e6

Monochromatic Colors of #dadbe6

#dadbe6

Complementary Color

#dadbe6 #e6e5da

#dadbe6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadbe6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadbe6 Color CSS Codes

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

#dadbe6 Text Font Color

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

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


#dadbe6 Background Color

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

This div background color is #dadbe6


#dadbe6 Border Color

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

This div border color is #dadbe6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadbe6


Comments

No comments written yet.

Please login to write comment.