Color Hex Logo

#daaaec Color Hex

#DAAAEC
(218,170,236)
0 Favorites   0 Comments

Color spaces of #daaaec

RGB 218170236
HSL0.790.630.80
HSV284°28°93°
CMYK 0.080.280.00   0.07
XYZ58.428549.711085.8725
Yxy49.71100.30120.2562
Hunter Lab70.506024.5378-22.8578
CIE-Lab75.891529.0560-26.3490

#daaaec color RGB value is (218,170,236).

#daaaec hex color red value is 218, green value is 170 and the blue value of its RGB is 236. Cylindrical-coordinate representations (also known as HSL) of color #daaaec hue: 0.79 , saturation: 0.63 and the lightness value of daaaec is 0.80.

The process color (four color CMYK) of #daaaec color hex is 0.08, 0.28, 0.00, 0.07. Web safe color of #daaaec is #cc99ff. Color #daaaec contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 11101100
Octal 332 252 354
Decimal 218 170 236
Hex DA AA EC

RGB Percentages of Color #daaaec

%34.94
%27.24
%37.82

CMYK Percentages of Color #daaaec

%8
%28
%0
%7

Triadic Colors of #daaaec

#daaaec #ecdaaa #aaecda

Analogous Colors of #daaaec

#daaaec #ecaadd #b9aaec

Monochromatic Colors of #daaaec

#daaaec

Complementary Color

#daaaec #bcecaa

#daaaec Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaaec Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaaec Color CSS Codes

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

#daaaec Text Font Color

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

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


#daaaec Background Color

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

This div background color is #daaaec


#daaaec Border Color

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

This div border color is #daaaec


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaaec


Comments

No comments written yet.

Please login to write comment.