Color Hex Logo

#daabbd Color Hex

#DAABBD
(218,171,189)
0 Favorites   0 Comments

Color spaces of #daabbd

RGB 218171189
HSL0.940.390.76
HSV337°22°85°
CMYK 0.000.220.13   0.15
XYZ52.661747.705454.5766
Yxy47.70540.33990.3079
Hunter Lab69.069115.22631.4990
CIE-Lab74.638719.9819-2.5976

#daabbd color RGB value is (218,171,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 10111101
Octal 332 253 275
Decimal 218 171 189
Hex DA AB BD

RGB Percentages of Color #daabbd

%37.72
%29.58
%32.70

CMYK Percentages of Color #daabbd

%0
%22
%13
%15

Triadic Colors of #daabbd

#daabbd #bddaab #abbdda

Analogous Colors of #daabbd

#daabbd #dab1ab #daabd5

Monochromatic Colors of #daabbd

#daabbd

Complementary Color

#daabbd #abdac8

#daabbd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabbd Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabbd Color CSS Codes

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

#daabbd Text Font Color

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

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


#daabbd Background Color

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

This div background color is #daabbd


#daabbd Border Color

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

This div border color is #daabbd


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,171,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 #daabbd">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabbd


Comments

No comments written yet.

Please login to write comment.