Color Hex Logo

#dac6eb Color Hex

#DAC6EB
(218,198,235)
0 Favorites   0 Comments

Color spaces of #dac6eb

RGB 218198235
HSL0.760.480.85
HSV272°16°92°
CMYK 0.070.160.00   0.08
XYZ64.102961.291887.0492
Yxy61.29180.30170.2885
Hunter Lab78.28919.1495-11.1219
CIE-Lab82.535413.7586-15.7344

#dac6eb color RGB value is (218,198,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 11101011
Octal 332 306 353
Decimal 218 198 235
Hex DA C6 EB

RGB Percentages of Color #dac6eb

%33.49
%30.41
%36.10

CMYK Percentages of Color #dac6eb

%7
%16
%0
%8

Triadic Colors of #dac6eb

#dac6eb #ebdac6 #c6ebda

Analogous Colors of #dac6eb

#dac6eb #ebc6ea #c8c6eb

Monochromatic Colors of #dac6eb

#dac6eb

Complementary Color

#dac6eb #d7ebc6

#dac6eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac6eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac6eb Color CSS Codes

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

#dac6eb Text Font Color

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

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


#dac6eb Background Color

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

This div background color is #dac6eb


#dac6eb Border Color

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

This div border color is #dac6eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac6eb


Comments

No comments written yet.

Please login to write comment.