Color Hex Logo

#dacc9d Color Hex

#DACC9D
(218,204,157)
0 Favorites   0 Comments

Color spaces of #dacc9d

RGB 218204157
HSL0.130.450.74
HSV46°28°85°
CMYK 0.000.060.28   0.15
XYZ56.592160.525540.5982
Yxy60.52550.35880.3838
Hunter Lab77.7981-6.301923.5188
CIE-Lab82.1230-2.305325.2274

#dacc9d color RGB value is (218,204,157).

#dacc9d hex color red value is 218, green value is 204 and the blue value of its RGB is 157. Cylindrical-coordinate representations (also known as HSL) of color #dacc9d hue: 0.13 , saturation: 0.45 and the lightness value of dacc9d is 0.74.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001100 10011101
Octal 332 314 235
Decimal 218 204 157
Hex DA CC 9D

RGB Percentages of Color #dacc9d

%37.65
%35.23
%27.12

CMYK Percentages of Color #dacc9d

%0
%6
%28
%15

Triadic Colors of #dacc9d

#dacc9d #9ddacc #cc9dda

Analogous Colors of #dacc9d

#dacc9d #cada9d #daae9d

Monochromatic Colors of #dacc9d

#dacc9d

Complementary Color

#dacc9d #9dabda

#dacc9d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacc9d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacc9d Color CSS Codes

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

#dacc9d Text Font Color

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

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


#dacc9d Background Color

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

This div background color is #dacc9d


#dacc9d Border Color

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

This div border color is #dacc9d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacc9d


Comments

No comments written yet.

Please login to write comment.