Color Hex Logo

#daadc7 Color Hex

#DAADC7
(218,173,199)
0 Favorites   0 Comments

Color spaces of #daadc7

RGB 218173199
HSL0.900.380.77
HSV325°21°85°
CMYK 0.000.210.09   0.15
XYZ54.165848.916160.6197
Yxy48.91610.33090.2988
Hunter Lab69.940015.8461-2.4309
CIE-Lab75.399120.5775-6.9464

#daadc7 color RGB value is (218,173,199).

#daadc7 hex color red value is 218, green value is 173 and the blue value of its RGB is 199. Cylindrical-coordinate representations (also known as HSL) of color #daadc7 hue: 0.90 , saturation: 0.38 and the lightness value of daadc7 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 11000111
Octal 332 255 307
Decimal 218 173 199
Hex DA AD C7

RGB Percentages of Color #daadc7

%36.95
%29.32
%33.73

CMYK Percentages of Color #daadc7

%0
%21
%9
%15

Triadic Colors of #daadc7

#daadc7 #c7daad #adc7da

Analogous Colors of #daadc7

#daadc7 #daadb1 #d7adda

Monochromatic Colors of #daadc7

#daadc7

Complementary Color

#daadc7 #addac0

#daadc7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadc7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadc7 Color CSS Codes

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

#daadc7 Text Font Color

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

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


#daadc7 Background Color

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

This div background color is #daadc7


#daadc7 Border Color

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

This div border color is #daadc7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadc7


Comments

No comments written yet.

Please login to write comment.