Color Hex Logo

#dacee3 Color Hex

#DACEE3
(218,206,227)
0 Favorites   0 Comments

Color spaces of #dacee3

RGB 218206227
HSL0.760.270.85
HSV274°89°
CMYK 0.040.090.00   0.11
XYZ64.849964.594181.7230
Yxy64.59410.30710.3059
Hunter Lab80.37053.3811-4.0285
CIE-Lab84.27417.9605-8.8707

#dacee3 color RGB value is (218,206,227).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 11100011
Octal 332 316 343
Decimal 218 206 227
Hex DA CE E3

RGB Percentages of Color #dacee3

%33.49
%31.64
%34.87

CMYK Percentages of Color #dacee3

%4
%9
%0
%11

Triadic Colors of #dacee3

#dacee3 #e3dace #cee3da

Analogous Colors of #dacee3

#dacee3 #e3cee2 #d0cee3

Monochromatic Colors of #dacee3

#dacee3

Complementary Color

#dacee3 #d7e3ce

#dacee3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacee3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacee3 Color CSS Codes

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

#dacee3 Text Font Color

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

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


#dacee3 Background Color

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

This div background color is #dacee3


#dacee3 Border Color

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

This div border color is #dacee3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacee3


Comments

No comments written yet.

Please login to write comment.