Color Hex Logo

#daabd4 Color Hex

#DAABD4
(218,171,212)
0 Favorites   0 Comments

Color spaces of #daabd4

RGB 218171212
HSL0.850.390.76
HSV308°22°85°
CMYK 0.000.220.03   0.15
XYZ55.360048.784768.7860
Yxy48.78470.32010.2821
Hunter Lab69.846019.2486-9.4979
CIE-Lab75.317223.9550-14.1669

#daabd4 color RGB value is (218,171,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 11010100
Octal 332 253 324
Decimal 218 171 212
Hex DA AB D4

RGB Percentages of Color #daabd4

%36.27
%28.45
%35.27

CMYK Percentages of Color #daabd4

%0
%22
%3
%15

Triadic Colors of #daabd4

#daabd4 #d4daab #abd4da

Analogous Colors of #daabd4

#daabd4 #daabbd #c9abda

Monochromatic Colors of #daabd4

#daabd4

Complementary Color

#daabd4 #abdab1

#daabd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabd4 Color CSS Codes

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

#daabd4 Text Font Color

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

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


#daabd4 Background Color

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

This div background color is #daabd4


#daabd4 Border Color

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

This div border color is #daabd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabd4


Comments

No comments written yet.

Please login to write comment.