Color Hex Logo

#daaabb Color Hex

#DAAABB
(218,170,187)
0 Favorites   0 Comments

Color spaces of #daaabb

RGB 218170187
HSL0.940.390.76
HSV339°22°85°
CMYK 0.000.220.14   0.15
XYZ52.257847.242753.3782
Yxy47.24270.34180.3090
Hunter Lab68.733315.42982.0688
CIE-Lab74.344720.1965-1.9330

#daaabb color RGB value is (218,170,187).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101010 10111011
Octal 332 252 273
Decimal 218 170 187
Hex DA AA BB

RGB Percentages of Color #daaabb

%37.91
%29.57
%32.52

CMYK Percentages of Color #daaabb

%0
%22
%14
%15

Triadic Colors of #daaabb

#daaabb #bbdaaa #aabbda

Analogous Colors of #daaabb

#daaabb #dab1aa #daaad3

Monochromatic Colors of #daaabb

#daaabb

Complementary Color

#daaabb #aadac9

#daaabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daaabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#daaabb Color CSS Codes

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

#daaabb Text Font Color

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

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


#daaabb Background Color

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

This div background color is #daaabb


#daaabb Border Color

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

This div border color is #daaabb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daaabb


Comments

No comments written yet.

Please login to write comment.