Color Hex Logo

#daabc0 Color Hex

#DAABC0
(218,171,192)
0 Favorites   0 Comments

Color spaces of #daabc0

RGB 218171192
HSL0.930.390.76
HSV333°22°85°
CMYK 0.000.220.12   0.15
XYZ52.990847.837056.3097
Yxy47.83700.33720.3044
Hunter Lab69.164315.72170.1444
CIE-Lab74.722020.4766-4.1182

#daabc0 color RGB value is (218,171,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 11000000
Octal 332 253 300
Decimal 218 171 192
Hex DA AB C0

RGB Percentages of Color #daabc0

%37.52
%29.43
%33.05

CMYK Percentages of Color #daabc0

%0
%22
%12
%15

Triadic Colors of #daabc0

#daabc0 #c0daab #abc0da

Analogous Colors of #daabc0

#daabc0 #daaeab #daabd8

Monochromatic Colors of #daabc0

#daabc0

Complementary Color

#daabc0 #abdac5

#daabc0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabc0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabc0 Color CSS Codes

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

#daabc0 Text Font Color

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

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


#daabc0 Background Color

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

This div background color is #daabc0


#daabc0 Border Color

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

This div border color is #daabc0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabc0


Comments

No comments written yet.

Please login to write comment.