Color Hex Logo

#daadab Color Hex

#DAADAB
(218,173,171)
0 Favorites   0 Comments

Color spaces of #daadab

RGB 218173171
HSL0.010.390.76
HSV22°85°
CMYK 0.000.210.22   0.15
XYZ51.207747.732845.0425
Yxy47.73280.35570.3315
Hunter Lab69.088911.39609.7082
CIE-Lab74.656116.09227.2815

#daadab color RGB value is (218,173,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 10101011
Octal 332 255 253
Decimal 218 173 171
Hex DA AD AB

RGB Percentages of Color #daadab

%38.79
%30.78
%30.43

CMYK Percentages of Color #daadab

%0
%21
%22
%15

Triadic Colors of #daadab

#daadab #abdaad #adabda

Analogous Colors of #daadab

#daadab #dac5ab #daabc1

Monochromatic Colors of #daadab

#daadab

Complementary Color

#daadab #abd8da

#daadab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadab Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadab Color CSS Codes

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

#daadab Text Font Color

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

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


#daadab Background Color

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

This div background color is #daadab


#daadab Border Color

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

This div border color is #daadab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadab


Comments

No comments written yet.

Please login to write comment.