Color Hex Logo

#dacaea Color Hex

#DACAEA
(218,202,234)
0 Favorites   0 Comments

Color spaces of #dacaea

RGB 218202234
HSL0.750.430.85
HSV270°14°92°
CMYK 0.070.140.00   0.08
XYZ64.885363.087086.5991
Yxy63.08700.30240.2940
Hunter Lab79.42736.8213-9.0444
CIE-Lab83.488111.4285-13.7712

#dacaea color RGB value is (218,202,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001010 11101010
Octal 332 312 352
Decimal 218 202 234
Hex DA CA EA

RGB Percentages of Color #dacaea

%33.33
%30.89
%35.78

CMYK Percentages of Color #dacaea

%7
%14
%0
%8

Triadic Colors of #dacaea

#dacaea #eadaca #caeada

Analogous Colors of #dacaea

#dacaea #eacaea #cacaea

Monochromatic Colors of #dacaea

#dacaea

Complementary Color

#dacaea #daeaca

#dacaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacaea Color CSS Codes

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

#dacaea Text Font Color

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

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


#dacaea Background Color

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

This div background color is #dacaea


#dacaea Border Color

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

This div border color is #dacaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacaea


Comments

No comments written yet.

Please login to write comment.