Color Hex Logo

#daabba Color Hex

#DAABBA
(218,171,186)
0 Favorites   0 Comments

Color spaces of #daabba

RGB 218171186
HSL0.950.390.76
HSV341°22°85°
CMYK 0.000.220.15   0.15
XYZ52.339347.576452.8790
Yxy47.57640.34250.3114
Hunter Lab68.975614.73992.8293
CIE-Lab74.557019.4946-1.0740

#daabba color RGB value is (218,171,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 10111010
Octal 332 253 272
Decimal 218 171 186
Hex DA AB BA

RGB Percentages of Color #daabba

%37.91
%29.74
%32.35

CMYK Percentages of Color #daabba

%0
%22
%15
%15

Triadic Colors of #daabba

#daabba #badaab #abbada

Analogous Colors of #daabba

#daabba #dab4ab #daabd2

Monochromatic Colors of #daabba

#daabba

Complementary Color

#daabba #abdacb

#daabba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabba Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabba Color CSS Codes

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

#daabba Text Font Color

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

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


#daabba Background Color

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

This div background color is #daabba


#daabba Border Color

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

This div border color is #daabba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabba


Comments

No comments written yet.

Please login to write comment.