Color Hex Logo

#daaacc Color Hex

#DAAACC
(218,170,204)
0 Favorites   0 Comments

Color spaces of #daaacc

RGB 218170204
HSL0.880.390.76
HSV318°22°85°
CMYK 0.000.220.06   0.15
XYZ54.187348.014563.5385
Yxy48.01450.32690.2897
Hunter Lab69.292518.3266-5.8619
CIE-Lab74.834123.0678-10.5200

#daaacc color RGB value is (218,170,204).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 11001100
Octal 332 252 314
Decimal 218 170 204
Hex DA AA CC

RGB Percentages of Color #daaacc

%36.82
%28.72
%34.46

CMYK Percentages of Color #daaacc

%0
%22
%6
%15

Triadic Colors of #daaacc

#daaacc #ccdaaa #aaccda

Analogous Colors of #daaacc

#daaacc #daaab4 #d0aada

Monochromatic Colors of #daaacc

#daaacc

Complementary Color

#daaacc #aadab8

#daaacc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaacc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaacc Color CSS Codes

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

#daaacc Text Font Color

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

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


#daaacc Background Color

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

This div background color is #daaacc


#daaacc Border Color

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

This div border color is #daaacc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaacc


Comments

No comments written yet.

Please login to write comment.