Color Hex Logo

#daa6be Color Hex

#DAA6BE
(218,166,190)
0 Favorites   0 Comments

Color spaces of #daa6be

RGB 218166190
HSL0.920.410.75
HSV332°24°85°
CMYK 0.000.240.13   0.15
XYZ51.843945.895654.8415
Yxy45.89560.33980.3008
Hunter Lab67.746318.0439-0.5736
CIE-Lab73.477722.8493-4.8560

#daa6be color RGB value is (218,166,190).

#daa6be hex color red value is 218, green value is 166 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #daa6be hue: 0.92 , saturation: 0.41 and the lightness value of daa6be is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 10111110
Octal 332 246 276
Decimal 218 166 190
Hex DA A6 BE

RGB Percentages of Color #daa6be

%37.98
%28.92
%33.10

CMYK Percentages of Color #daa6be

%0
%24
%13
%15

Triadic Colors of #daa6be

#daa6be #bedaa6 #a6beda

Analogous Colors of #daa6be

#daa6be #daa8a6 #daa6d8

Monochromatic Colors of #daa6be

#daa6be

Complementary Color

#daa6be #a6dac2

#daa6be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa6be Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa6be Color CSS Codes

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

#daa6be Text Font Color

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

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


#daa6be Background Color

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

This div background color is #daa6be


#daa6be Border Color

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

This div border color is #daa6be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa6be


Comments

No comments written yet.

Please login to write comment.