Color Hex Logo

#dac6ec Color Hex

#DAC6EC
(218,198,236)
0 Favorites   0 Comments

Color spaces of #dac6ec

RGB 218198236
HSL0.750.500.85
HSV272°16°93°
CMYK 0.080.160.00   0.07
XYZ64.247861.349787.8123
Yxy61.34970.30110.2875
Hunter Lab78.32609.3460-11.6425
CIE-Lab82.566413.9550-16.2217

#dac6ec color RGB value is (218,198,236).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000110 11101100
Octal 332 306 354
Decimal 218 198 236
Hex DA C6 EC

RGB Percentages of Color #dac6ec

%33.44
%30.37
%36.20

CMYK Percentages of Color #dac6ec

%8
%16
%0
%7

Triadic Colors of #dac6ec

#dac6ec #ecdac6 #c6ecda

Analogous Colors of #dac6ec

#dac6ec #ecc6eb #c7c6ec

Monochromatic Colors of #dac6ec

#dac6ec

Complementary Color

#dac6ec #d8ecc6

#dac6ec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac6ec Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac6ec Color CSS Codes

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

#dac6ec Text Font Color

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

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


#dac6ec Background Color

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

This div background color is #dac6ec


#dac6ec Border Color

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

This div border color is #dac6ec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac6ec


Comments

No comments written yet.

Please login to write comment.