Color Hex Logo

#dacbea Color Hex

#DACBEA
(218,203,234)
0 Favorites   0 Comments

Color spaces of #dacbea

RGB 218203234
HSL0.750.420.86
HSV269°13°92°
CMYK 0.070.130.00   0.08
XYZ65.120763.557886.6776
Yxy63.55780.30240.2951
Hunter Lab79.72316.2896-8.6558
CIE-Lab83.735010.8962-13.4015

#dacbea color RGB value is (218,203,234).

#dacbea hex color red value is 218, green value is 203 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dacbea hue: 0.75 , saturation: 0.42 and the lightness value of dacbea is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001011 11101010
Octal 332 313 352
Decimal 218 203 234
Hex DA CB EA

RGB Percentages of Color #dacbea

%33.28
%30.99
%35.73

CMYK Percentages of Color #dacbea

%7
%13
%0
%8

Triadic Colors of #dacbea

#dacbea #eadacb #cbeada

Analogous Colors of #dacbea

#dacbea #eacbea #cbccea

Monochromatic Colors of #dacbea

#dacbea

Complementary Color

#dacbea #dbeacb

#dacbea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacbea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacbea Color CSS Codes

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

#dacbea Text Font Color

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

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


#dacbea Background Color

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

This div background color is #dacbea


#dacbea Border Color

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

This div border color is #dacbea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacbea


Comments

No comments written yet.

Please login to write comment.