Color Hex Logo

#daadaa Color Hex

#DAADAA
(218,173,170)
0 Favorites   0 Comments

Color spaces of #daadaa

RGB 218173170
HSL0.010.390.76
HSV22°85°
CMYK 0.000.210.22   0.15
XYZ51.112747.694844.5423
Yxy47.69480.35660.3327
Hunter Lab69.061411.251210.1029
CIE-Lab74.632015.94427.7937

#daadaa color RGB value is (218,173,170).

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

The process color (four color CMYK) of #daadaa color hex is 0.00, 0.21, 0.22, 0.15. Web safe color of #daadaa is #cc9999. Color #daadaa contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 10101010
Octal 332 255 252
Decimal 218 173 170
Hex DA AD AA

RGB Percentages of Color #daadaa

%38.86
%30.84
%30.30

CMYK Percentages of Color #daadaa

%0
%21
%22
%15

Triadic Colors of #daadaa

#daadaa #aadaad #adaada

Analogous Colors of #daadaa

#daadaa #dac5aa #daaabf

Monochromatic Colors of #daadaa

#daadaa

Complementary Color

#daadaa #aad7da

#daadaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadaa Color CSS Codes

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

#daadaa Text Font Color

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

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


#daadaa Background Color

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

This div background color is #daadaa


#daadaa Border Color

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

This div border color is #daadaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadaa


Comments

No comments written yet.

Please login to write comment.