Color Hex Logo

#daabc6 Color Hex

#DAABC6
(218,171,198)
0 Favorites   0 Comments

Color spaces of #daabc6

RGB 218171198
HSL0.900.390.76
HSV326°22°85°
CMYK 0.000.220.09   0.15
XYZ53.669448.108559.8833
Yxy48.10850.33200.2976
Hunter Lab69.360316.7387-2.6368
CIE-Lab74.893321.4874-7.1495

#daabc6 color RGB value is (218,171,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 11000110
Octal 332 253 306
Decimal 218 171 198
Hex DA AB C6

RGB Percentages of Color #daabc6

%37.14
%29.13
%33.73

CMYK Percentages of Color #daabc6

%0
%22
%9
%15

Triadic Colors of #daabc6

#daabc6 #c6daab #abc6da

Analogous Colors of #daabc6

#daabc6 #daabaf #d7abda

Monochromatic Colors of #daabc6

#daabc6

Complementary Color

#daabc6 #abdabf

#daabc6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabc6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabc6 Color CSS Codes

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

#daabc6 Text Font Color

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

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


#daabc6 Background Color

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

This div background color is #daabc6


#daabc6 Border Color

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

This div border color is #daabc6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabc6


Comments

No comments written yet.

Please login to write comment.