Color Hex Logo

#dacedb Color Hex

#DACEDB
(218,206,219)
0 Favorites   0 Comments

Color spaces of #dacedb

RGB 218206219
HSL0.820.150.83
HSV295°86°
CMYK 0.000.060.00   0.14
XYZ63.770964.162576.0413
Yxy64.16250.31260.3146
Hunter Lab80.10151.9309-0.2136
CIE-Lab84.05036.4704-4.9429

#dacedb color RGB value is (218,206,219).

#dacedb hex color red value is 218, green value is 206 and the blue value of its RGB is 219. Cylindrical-coordinate representations (also known as HSL) of color #dacedb hue: 0.82 , saturation: 0.15 and the lightness value of dacedb is 0.83.

The process color (four color CMYK) of #dacedb color hex is 0.00, 0.06, 0.00, 0.14. Web safe color of #dacedb is #cccccc. Color #dacedb contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 11011011
Octal 332 316 333
Decimal 218 206 219
Hex DA CE DB

RGB Percentages of Color #dacedb

%33.90
%32.04
%34.06

CMYK Percentages of Color #dacedb

%0
%6
%0
%14

Triadic Colors of #dacedb

#dacedb #dbdace #cedbda

Analogous Colors of #dacedb

#dacedb #dbced6 #d4cedb

Monochromatic Colors of #dacedb

#dacedb

Complementary Color

#dacedb #cfdbce

#dacedb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacedb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacedb Color CSS Codes

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

#dacedb Text Font Color

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

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


#dacedb Background Color

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

This div background color is #dacedb


#dacedb Border Color

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

This div border color is #dacedb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacedb


Comments

No comments written yet.

Please login to write comment.