Color Hex Logo

#daa8bc Color Hex

#DAA8BC
(218,168,188)
0 Favorites   0 Comments

Color spaces of #daa8bc

RGB 218168188
HSL0.930.400.76
HSV336°23°85°
CMYK 0.000.230.14   0.15
XYZ51.993246.541553.8200
Yxy46.54150.34130.3055
Hunter Lab68.221316.65200.9809
CIE-Lab73.895521.4402-3.1414

#daa8bc color RGB value is (218,168,188).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101000 10111100
Octal 332 250 274
Decimal 218 168 188
Hex DA A8 BC

RGB Percentages of Color #daa8bc

%37.98
%29.27
%32.75

CMYK Percentages of Color #daa8bc

%0
%23
%14
%15

Triadic Colors of #daa8bc

#daa8bc #bcdaa8 #a8bcda

Analogous Colors of #daa8bc

#daa8bc #daada8 #daa8d5

Monochromatic Colors of #daa8bc

#daa8bc

Complementary Color

#daa8bc #a8dac6

#daa8bc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daa8bc Color Preview on White Background

Lorem ipsum dolor sit amet.

#daa8bc Color CSS Codes

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

#daa8bc Text Font Color

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

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


#daa8bc Background Color

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

This div background color is #daa8bc


#daa8bc Border Color

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

This div border color is #daa8bc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daa8bc


Comments

No comments written yet.

Please login to write comment.