Color Hex Logo

#dacd8e Color Hex

#DACD8E
(218,205,142)
0 Favorites   0 Comments

Color spaces of #dacd8e

RGB 218205142
HSL0.140.510.71
HSV50°35°85°
CMYK 0.000.060.35   0.15
XYZ55.627260.521134.3410
Yxy60.52110.36960.4022
Hunter Lab77.7953-8.506128.2845
CIE-Lab82.1206-4.699433.0350

#dacd8e color RGB value is (218,205,142).

#dacd8e hex color red value is 218, green value is 205 and the blue value of its RGB is 142. Cylindrical-coordinate representations (also known as HSL) of color #dacd8e hue: 0.14 , saturation: 0.51 and the lightness value of dacd8e is 0.71.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 10001110
Octal 332 315 216
Decimal 218 205 142
Hex DA CD 8E

RGB Percentages of Color #dacd8e

%38.58
%36.28
%25.13

CMYK Percentages of Color #dacd8e

%0
%6
%35
%15

Triadic Colors of #dacd8e

#dacd8e #8edacd #cd8eda

Analogous Colors of #dacd8e

#dacd8e #c1da8e #daa78e

Monochromatic Colors of #dacd8e

#dacd8e

Complementary Color

#dacd8e #8e9bda

#dacd8e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd8e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd8e Color CSS Codes

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

#dacd8e Text Font Color

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

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


#dacd8e Background Color

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

This div background color is #dacd8e


#dacd8e Border Color

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

This div border color is #dacd8e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd8e


Comments

No comments written yet.

Please login to write comment.