Color Hex Logo

#daadbd Color Hex

#DAADBD
(218,173,189)
0 Favorites   0 Comments

Color spaces of #daadbd

RGB 218173189
HSL0.940.380.77
HSV339°21°85°
CMYK 0.000.210.13   0.15
XYZ53.042348.466754.7035
Yxy48.46670.33960.3103
Hunter Lab69.618014.16842.1445
CIE-Lab75.118318.9016-1.8938

#daadbd color RGB value is (218,173,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 10111101
Octal 332 255 275
Decimal 218 173 189
Hex DA AD BD

RGB Percentages of Color #daadbd

%37.59
%29.83
%32.59

CMYK Percentages of Color #daadbd

%0
%21
%13
%15

Triadic Colors of #daadbd

#daadbd #bddaad #adbdda

Analogous Colors of #daadbd

#daadbd #dab4ad #daadd4

Monochromatic Colors of #daadbd

#daadbd

Complementary Color

#daadbd #addaca

#daadbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daadbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daadbd Color CSS Codes

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

#daadbd Text Font Color

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

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


#daadbd Background Color

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

This div background color is #daadbd


#daadbd Border Color

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

This div border color is #daadbd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daadbd


Comments

No comments written yet.

Please login to write comment.