Color Hex Logo

#daa6ba Color Hex

#DAA6BA
(218,166,186)
0 Favorites   0 Comments

Color spaces of #daa6ba

RGB 218166186
HSL0.940.410.75
HSV337°24°85°
CMYK 0.000.240.15   0.15
XYZ51.412645.723052.5701
Yxy45.72300.34340.3054
Hunter Lab67.618817.38611.2382
CIE-Lab73.365422.1973-2.8217

#daa6ba color RGB value is (218,166,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10100110 10111010
Octal 332 246 272
Decimal 218 166 186
Hex DA A6 BA

RGB Percentages of Color #daa6ba

%38.25
%29.12
%32.63

CMYK Percentages of Color #daa6ba

%0
%24
%15
%15

Triadic Colors of #daa6ba

#daa6ba #badaa6 #a6bada

Analogous Colors of #daa6ba

#daa6ba #daaca6 #daa6d4

Monochromatic Colors of #daa6ba

#daa6ba

Complementary Color

#daa6ba #a6dac6

#daa6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa6ba Color CSS Codes

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

#daa6ba Text Font Color

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

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


#daa6ba Background Color

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

This div background color is #daa6ba


#daa6ba Border Color

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

This div border color is #daa6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa6ba


Comments

No comments written yet.

Please login to write comment.