Color Hex Logo

#dac2ea Color Hex

#DAC2EA
(218,194,234)
0 Favorites   0 Comments

Color spaces of #dac2ea

RGB 218194234
HSL0.770.490.84
HSV276°17°92°
CMYK 0.070.170.00   0.08
XYZ63.056559.429585.9895
Yxy59.42950.30250.2851
Hunter Lab77.090511.0963-12.1708
CIE-Lab81.527115.7055-16.7164

#dac2ea color RGB value is (218,194,234).

#dac2ea hex color red value is 218, green value is 194 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #dac2ea hue: 0.77 , saturation: 0.49 and the lightness value of dac2ea is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11000010 11101010
Octal 332 302 352
Decimal 218 194 234
Hex DA C2 EA

RGB Percentages of Color #dac2ea

%33.75
%30.03
%36.22

CMYK Percentages of Color #dac2ea

%7
%17
%0
%8

Triadic Colors of #dac2ea

#dac2ea #eadac2 #c2eada

Analogous Colors of #dac2ea

#dac2ea #eac2e6 #c6c2ea

Monochromatic Colors of #dac2ea

#dac2ea

Complementary Color

#dac2ea #d2eac2

#dac2ea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dac2ea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dac2ea Color CSS Codes

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

#dac2ea Text Font Color

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

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


#dac2ea Background Color

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

This div background color is #dac2ea


#dac2ea Border Color

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

This div border color is #dac2ea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dac2ea


Comments

No comments written yet.

Please login to write comment.