Color Hex Logo

#dac9ee Color Hex

#DAC9EE
(218,201,238)
0 Favorites   0 Comments

Color spaces of #dac9ee

RGB 218201238
HSL0.740.520.86
HSV268°16°93°
CMYK 0.080.160.00   0.07
XYZ65.232762.851889.5824
Yxy62.85180.29970.2888
Hunter Lab79.27918.1355-11.5001
CIE-Lab83.364312.7464-16.0885

#dac9ee color RGB value is (218,201,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001001 11101110
Octal 332 311 356
Decimal 218 201 238
Hex DA C9 EE

RGB Percentages of Color #dac9ee

%33.18
%30.59
%36.23

CMYK Percentages of Color #dac9ee

%8
%16
%0
%7

Triadic Colors of #dac9ee

#dac9ee #eedac9 #c9eeda

Analogous Colors of #dac9ee

#dac9ee #edc9ee #c9cbee

Monochromatic Colors of #dac9ee

#dac9ee

Complementary Color

#dac9ee #ddeec9

#dac9ee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac9ee Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac9ee Color CSS Codes

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

#dac9ee Text Font Color

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

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


#dac9ee Background Color

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

This div background color is #dac9ee


#dac9ee Border Color

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

This div border color is #dac9ee


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,201,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 #dac9ee">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac9ee


Comments

No comments written yet.

Please login to write comment.