Color Hex Logo

#daabbf Color Hex

#DAABBF
(218,171,191)
0 Favorites   0 Comments

Color spaces of #daabbf

RGB 218171191
HSL0.930.390.76
HSV334°22°85°
CMYK 0.000.220.12   0.15
XYZ52.880347.792855.7281
Yxy47.79280.33810.3056
Hunter Lab69.132315.55560.5985
CIE-Lab74.694120.3109-3.6118

#daabbf color RGB value is (218,171,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101011 10111111
Octal 332 253 277
Decimal 218 171 191
Hex DA AB BF

RGB Percentages of Color #daabbf

%37.59
%29.48
%32.93

CMYK Percentages of Color #daabbf

%0
%22
%12
%15

Triadic Colors of #daabbf

#daabbf #bfdaab #abbfda

Analogous Colors of #daabbf

#daabbf #daafab #daabd7

Monochromatic Colors of #daabbf

#daabbf

Complementary Color

#daabbf #abdac6

#daabbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daabbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#daabbf Color CSS Codes

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

#daabbf Text Font Color

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

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


#daabbf Background Color

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

This div background color is #daabbf


#daabbf Border Color

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

This div border color is #daabbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daabbf


Comments

No comments written yet.

Please login to write comment.