Color Hex Logo

#daceff Color Hex

#DACEFF
(218,206,255)
0 Favorites   0 Comments

Color spaces of #daceff

RGB 218206255
HSL0.711.000.90
HSV255°19°100°
CMYK 0.150.190.00   0.00
XYZ69.034766.2680103.7602
Yxy66.26800.28880.2772
Hunter Lab81.40528.9158-18.5883
CIE-Lab85.132913.5304-22.4458

#daceff color RGB value is (218,206,255).

#daceff hex color red value is 218, green value is 206 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #daceff hue: 0.71 , saturation: 1.00 and the lightness value of daceff is 0.90.

The process color (four color CMYK) of #daceff color hex is 0.15, 0.19, 0.00, 0.00. Web safe color of #daceff is #ccccff. Color #daceff contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 11111111
Octal 332 316 377
Decimal 218 206 255
Hex DA CE FF

RGB Percentages of Color #daceff

%32.11
%30.34
%37.56

CMYK Percentages of Color #daceff

%15
%19
%0
%0

Triadic Colors of #daceff

#daceff #ffdace #ceffda

Analogous Colors of #daceff

#daceff #f3ceff #cedbff

Monochromatic Colors of #daceff

#daceff

Complementary Color

#daceff #f3ffce

#daceff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daceff Color Preview on White Background

Lorem ipsum dolor sit amet.

#daceff Color CSS Codes

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

#daceff Text Font Color

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

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


#daceff Background Color

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

This div background color is #daceff


#daceff Border Color

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

This div border color is #daceff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daceff

Related Colors

#daceff Color Palettes


Comments

No comments written yet.

Please login to write comment.