Color Hex Logo

#daabb6 Color Hex

#DAABB6
(218,171,182)
0 Favorites   0 Comments

Color spaces of #daabb6

RGB 218171182
HSL0.960.390.76
HSV346°22°85°
CMYK 0.000.220.17   0.15
XYZ51.919847.408650.6703
Yxy47.40860.34610.3161
Hunter Lab68.853914.10494.5656
CIE-Lab74.450418.85620.9622

#daabb6 color RGB value is (218,171,182).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 10110110
Octal 332 253 266
Decimal 218 171 182
Hex DA AB B6

RGB Percentages of Color #daabb6

%38.18
%29.95
%31.87

CMYK Percentages of Color #daabb6

%0
%22
%17
%15

Triadic Colors of #daabb6

#daabb6 #b6daab #abb6da

Analogous Colors of #daabb6

#daabb6 #dab8ab #daabce

Monochromatic Colors of #daabb6

#daabb6

Complementary Color

#daabb6 #abdacf

#daabb6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabb6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabb6 Color CSS Codes

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

#daabb6 Text Font Color

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

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


#daabb6 Background Color

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

This div background color is #daabb6


#daabb6 Border Color

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

This div border color is #daabb6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabb6


Comments

No comments written yet.

Please login to write comment.