Color Hex Logo

#daacce Color Hex

#DAACCE
(218,172,206)
0 Favorites   0 Comments

Color spaces of #daacce

RGB 218172206
HSL0.880.380.76
HSV316°21°85°
CMYK 0.000.210.06   0.15
XYZ54.806548.866764.9361
Yxy48.86670.32510.2898
Hunter Lab69.904717.6138-6.1425
CIE-Lab75.368322.3383-10.8154

#daacce color RGB value is (218,172,206).

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

The process color (four color CMYK) of #daacce color hex is 0.00, 0.21, 0.06, 0.15. Web safe color of #daacce is #cc99cc. Color #daacce contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101100 11001110
Octal 332 254 316
Decimal 218 172 206
Hex DA AC CE

RGB Percentages of Color #daacce

%36.58
%28.86
%34.56

CMYK Percentages of Color #daacce

%0
%21
%6
%15

Triadic Colors of #daacce

#daacce #cedaac #acceda

Analogous Colors of #daacce

#daacce #daacb7 #cfacda

Monochromatic Colors of #daacce

#daacce

Complementary Color

#daacce #acdab8

#daacce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daacce Color Preview on White Background

Lorem ipsum dolor sit amet.

#daacce Color CSS Codes

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

#daacce Text Font Color

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

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


#daacce Background Color

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

This div background color is #daacce


#daacce Border Color

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

This div border color is #daacce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daacce


Comments

No comments written yet.

Please login to write comment.