Color Hex Logo

#dadce7 Color Hex

#DADCE7
(218,220,231)
0 Favorites   0 Comments

Color spaces of #dadce7

RGB 218220231
HSL0.640.210.88
HSV231°91°
CMYK 0.060.050.00   0.09
XYZ68.930471.861385.8389
Yxy71.86130.30420.3171
Hunter Lab84.7710-3.2045-0.6971
CIE-Lab87.90181.3692-5.6176

#dadce7 color RGB value is (218,220,231).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11011100 11100111
Octal 332 334 347
Decimal 218 220 231
Hex DA DC E7

RGB Percentages of Color #dadce7

%32.59
%32.88
%34.53

CMYK Percentages of Color #dadce7

%6
%5
%0
%9

Triadic Colors of #dadce7

#dadce7 #e7dadc #dce7da

Analogous Colors of #dadce7

#dadce7 #dfdae7 #dae3e7

Monochromatic Colors of #dadce7

#dadce7

Complementary Color

#dadce7 #e7e5da

#dadce7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dadce7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dadce7 Color CSS Codes

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

#dadce7 Text Font Color

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

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


#dadce7 Background Color

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

This div background color is #dadce7


#dadce7 Border Color

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

This div border color is #dadce7


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,220,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 #dadce7">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dadce7


Comments

No comments written yet.

Please login to write comment.