Color Hex Logo

#dacef1 Color Hex

#DACEF1
(218,206,241)
0 Favorites   0 Comments

Color spaces of #dacef1

RGB 218206241
HSL0.720.560.88
HSV261°15°95°
CMYK 0.100.150.00   0.05
XYZ66.861965.398992.3183
Yxy65.39890.29770.2912
Hunter Lab80.86966.0597-11.0750
CIE-Lab84.688910.6788-15.6935

#dacef1 color RGB value is (218,206,241).

#dacef1 hex color red value is 218, green value is 206 and the blue value of its RGB is 241. Cylindrical-coordinate representations (also known as HSL) of color #dacef1 hue: 0.72 , saturation: 0.56 and the lightness value of dacef1 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001110 11110001
Octal 332 316 361
Decimal 218 206 241
Hex DA CE F1

RGB Percentages of Color #dacef1

%32.78
%30.98
%36.24

CMYK Percentages of Color #dacef1

%10
%15
%0
%5

Triadic Colors of #dacef1

#dacef1 #f1dace #cef1da

Analogous Colors of #dacef1

#dacef1 #eccef1 #ced4f1

Monochromatic Colors of #dacef1

#dacef1

Complementary Color

#dacef1 #e5f1ce

#dacef1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacef1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacef1 Color CSS Codes

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

#dacef1 Text Font Color

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

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


#dacef1 Background Color

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

This div background color is #dacef1


#dacef1 Border Color

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

This div border color is #dacef1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacef1


Comments

No comments written yet.

Please login to write comment.