Color Hex Logo

#dac0ee Color Hex

#DAC0EE
(218,192,238)
0 Favorites   0 Comments

Color spaces of #dac0ee

RGB 218192238
HSL0.760.580.84
HSV274°19°93°
CMYK 0.080.190.00   0.07
XYZ63.195758.777788.9034
Yxy58.77770.29970.2787
Hunter Lab76.666612.9696-15.0867
CIE-Lab81.169317.5687-19.3984

#dac0ee color RGB value is (218,192,238).

#dac0ee hex color red value is 218, green value is 192 and the blue value of its RGB is 238. Cylindrical-coordinate representations (also known as HSL) of color #dac0ee hue: 0.76 , saturation: 0.58 and the lightness value of dac0ee is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000000 11101110
Octal 332 300 356
Decimal 218 192 238
Hex DA C0 EE

RGB Percentages of Color #dac0ee

%33.64
%29.63
%36.73

CMYK Percentages of Color #dac0ee

%8
%19
%0
%7

Triadic Colors of #dac0ee

#dac0ee #eedac0 #c0eeda

Analogous Colors of #dac0ee

#dac0ee #eec0eb #c3c0ee

Monochromatic Colors of #dac0ee

#dac0ee

Complementary Color

#dac0ee #d4eec0

#dac0ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac0ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac0ee Color CSS Codes

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

#dac0ee Text Font Color

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

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


#dac0ee Background Color

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

This div background color is #dac0ee


#dac0ee Border Color

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

This div border color is #dac0ee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac0ee


Comments

No comments written yet.

Please login to write comment.