Color Hex Logo

#dacee2 Color Hex

#DACEE2
(218,206,226)
0 Favorites   0 Comments

Color spaces of #dacee2

RGB 218206226
HSL0.770.260.85
HSV276°89°
CMYK 0.040.090.00   0.11
XYZ64.712264.539080.9981
Yxy64.53900.30780.3070
Hunter Lab80.33623.1966-3.5432
CIE-Lab84.24567.7717-8.3808

#dacee2 color RGB value is (218,206,226).

#dacee2 hex color red value is 218, green value is 206 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #dacee2 hue: 0.77 , saturation: 0.26 and the lightness value of dacee2 is 0.85.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 11100010
Octal 332 316 342
Decimal 218 206 226
Hex DA CE E2

RGB Percentages of Color #dacee2

%33.54
%31.69
%34.77

CMYK Percentages of Color #dacee2

%4
%9
%0
%11

Triadic Colors of #dacee2

#dacee2 #e2dace #cee2da

Analogous Colors of #dacee2

#dacee2 #e2cee0 #d0cee2

Monochromatic Colors of #dacee2

#dacee2

Complementary Color

#dacee2 #d6e2ce

#dacee2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacee2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacee2 Color CSS Codes

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

#dacee2 Text Font Color

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

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


#dacee2 Background Color

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

This div background color is #dacee2


#dacee2 Border Color

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

This div border color is #dacee2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacee2


Comments

No comments written yet.

Please login to write comment.