Color Hex Logo

#daabb7 Color Hex

#DAABB7
(218,171,183)
0 Favorites   0 Comments

Color spaces of #daabb7

RGB 218171183
HSL0.960.390.76
HSV345°22°85°
CMYK 0.000.220.16   0.15
XYZ52.023647.450151.2166
Yxy47.45010.34520.3149
Hunter Lab68.884014.26234.1356
CIE-Lab74.476819.01460.4527

#daabb7 color RGB value is (218,171,183).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 10110111
Octal 332 253 267
Decimal 218 171 183
Hex DA AB B7

RGB Percentages of Color #daabb7

%38.11
%29.90
%31.99

CMYK Percentages of Color #daabb7

%0
%22
%16
%15

Triadic Colors of #daabb7

#daabb7 #b7daab #abb7da

Analogous Colors of #daabb7

#daabb7 #dab7ab #daabcf

Monochromatic Colors of #daabb7

#daabb7

Complementary Color

#daabb7 #abdace

#daabb7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabb7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabb7 Color CSS Codes

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

#daabb7 Text Font Color

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

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


#daabb7 Background Color

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

This div background color is #daabb7


#daabb7 Border Color

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

This div border color is #daabb7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabb7


Comments

No comments written yet.

Please login to write comment.