Color Hex Logo

#dacd9b Color Hex

#DACD9B
(218,205,155)
0 Favorites   0 Comments

Color spaces of #dacd9b

RGB 218205155
HSL0.130.460.73
HSV48°29°85°
CMYK 0.000.060.29   0.15
XYZ56.661260.934639.7855
Yxy60.93460.36000.3872
Hunter Lab78.0606-7.039824.4238
CIE-Lab82.3436-3.085026.5747

#dacd9b color RGB value is (218,205,155).

#dacd9b hex color red value is 218, green value is 205 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #dacd9b hue: 0.13 , saturation: 0.46 and the lightness value of dacd9b is 0.73.

The process color (four color CMYK) of #dacd9b color hex is 0.00, 0.06, 0.29, 0.15. Web safe color of #dacd9b is #cccc99. Color #dacd9b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 10011011
Octal 332 315 233
Decimal 218 205 155
Hex DA CD 9B

RGB Percentages of Color #dacd9b

%37.72
%35.47
%26.82

CMYK Percentages of Color #dacd9b

%0
%6
%29
%15

Triadic Colors of #dacd9b

#dacd9b #9bdacd #cd9bda

Analogous Colors of #dacd9b

#dacd9b #c8da9b #daae9b

Monochromatic Colors of #dacd9b

#dacd9b

Complementary Color

#dacd9b #9ba8da

#dacd9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd9b Color CSS Codes

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

#dacd9b Text Font Color

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

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


#dacd9b Background Color

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

This div background color is #dacd9b


#dacd9b Border Color

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

This div border color is #dacd9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd9b


Comments

No comments written yet.

Please login to write comment.