Color Hex Logo

#dac4eb Color Hex

#DAC4EB
(218,196,235)
0 Favorites   0 Comments

Color spaces of #dac4eb

RGB 218196235
HSL0.760.490.85
HSV274°17°92°
CMYK 0.070.170.00   0.08
XYZ63.648860.383486.8978
Yxy60.38340.30180.2863
Hunter Lab77.706810.2207-11.9080
CIE-Lab82.046114.8294-16.4702

#dac4eb color RGB value is (218,196,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000100 11101011
Octal 332 304 353
Decimal 218 196 235
Hex DA C4 EB

RGB Percentages of Color #dac4eb

%33.59
%30.20
%36.21

CMYK Percentages of Color #dac4eb

%7
%17
%0
%8

Triadic Colors of #dac4eb

#dac4eb #ebdac4 #c4ebda

Analogous Colors of #dac4eb

#dac4eb #ebc4e9 #c7c4eb

Monochromatic Colors of #dac4eb

#dac4eb

Complementary Color

#dac4eb #d5ebc4

#dac4eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac4eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac4eb Color CSS Codes

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

#dac4eb Text Font Color

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

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


#dac4eb Background Color

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

This div background color is #dac4eb


#dac4eb Border Color

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

This div border color is #dac4eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac4eb


Comments

No comments written yet.

Please login to write comment.