Color Hex Logo

#dacd7b Color Hex

#DACD7B
(218,205,123)
0 Favorites   0 Comments

Color spaces of #dacd7b

RGB 218205123
HSL0.140.560.67
HSV52°44°85°
CMYK 0.000.060.44   0.15
XYZ54.319959.998127.4567
Yxy59.99810.38310.4232
Hunter Lab77.4584-10.374133.2044
CIE-Lab81.8372-6.780042.3297

#dacd7b color RGB value is (218,205,123).

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

The process color (four color CMYK) of #dacd7b color hex is 0.00, 0.06, 0.44, 0.15. Web safe color of #dacd7b is #cccc66. Color #dacd7b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11001101 01111011
Octal 332 315 173
Decimal 218 205 123
Hex DA CD 7B

RGB Percentages of Color #dacd7b

%39.93
%37.55
%22.53

CMYK Percentages of Color #dacd7b

%0
%6
%44
%15

Triadic Colors of #dacd7b

#dacd7b #7bdacd #cd7bda

Analogous Colors of #dacd7b

#dacd7b #b8da7b #da9e7b

Monochromatic Colors of #dacd7b

#dacd7b

Complementary Color

#dacd7b #7b88da

#dacd7b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dacd7b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dacd7b Color CSS Codes

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

#dacd7b Text Font Color

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

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


#dacd7b Background Color

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

This div background color is #dacd7b


#dacd7b Border Color

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

This div border color is #dacd7b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dacd7b


Comments

No comments written yet.

Please login to write comment.