Color Hex Logo

#dacaed Color Hex

#DACAED
(218,202,237)
0 Favorites   0 Comments

Color spaces of #dacaed

RGB 218202237
HSL0.740.490.86
HSV267°15°93°
CMYK 0.080.150.00   0.07
XYZ65.320063.260988.8886
Yxy63.26090.30040.2909
Hunter Lab79.53677.4049-10.5856
CIE-Lab83.579512.0159-15.2325

#dacaed color RGB value is (218,202,237).

#dacaed hex color red value is 218, green value is 202 and the blue value of its RGB is 237. Cylindrical-coordinate representations (also known as HSL) of color #dacaed hue: 0.74 , saturation: 0.49 and the lightness value of dacaed is 0.86.

The process color (four color CMYK) of #dacaed color hex is 0.08, 0.15, 0.00, 0.07. Web safe color of #dacaed is #ccccff. Color #dacaed contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 11101101
Octal 332 312 355
Decimal 218 202 237
Hex DA CA ED

RGB Percentages of Color #dacaed

%33.18
%30.75
%36.07

CMYK Percentages of Color #dacaed

%8
%15
%0
%7

Triadic Colors of #dacaed

#dacaed #eddaca #caedda

Analogous Colors of #dacaed

#dacaed #eccaed #cacced

Monochromatic Colors of #dacaed

#dacaed

Complementary Color

#dacaed #ddedca

#dacaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacaed Color CSS Codes

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

#dacaed Text Font Color

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

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


#dacaed Background Color

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

This div background color is #dacaed


#dacaed Border Color

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

This div border color is #dacaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacaed


Comments

No comments written yet.

Please login to write comment.