Color Hex Logo

#daceea Color Hex

#DACEEA
(218,206,234)
0 Favorites   0 Comments

Color spaces of #daceea

RGB 218206234
HSL0.740.400.86
HSV266°12°92°
CMYK 0.070.120.00   0.08
XYZ65.836064.988686.9160
Yxy64.98860.30240.2985
Hunter Lab80.61554.6979-7.4929
CIE-Lab84.47799.3023-12.2905

#daceea color RGB value is (218,206,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 11101010
Octal 332 316 352
Decimal 218 206 234
Hex DA CE EA

RGB Percentages of Color #daceea

%33.13
%31.31
%35.56

CMYK Percentages of Color #daceea

%7
%12
%0
%8

Triadic Colors of #daceea

#daceea #eadace #ceeada

Analogous Colors of #daceea

#daceea #e8ceea #ced0ea

Monochromatic Colors of #daceea

#daceea

Complementary Color

#daceea #deeace

#daceea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daceea Color Preview on White Background

Lorem ipsum dolor sit amet.

#daceea Color CSS Codes

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

#daceea Text Font Color

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

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


#daceea Background Color

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

This div background color is #daceea


#daceea Border Color

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

This div border color is #daceea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daceea


Comments

No comments written yet.

Please login to write comment.