Color Hex Logo

#dad36c Color Hex

#DAD36C
(218,211,108)
0 Favorites   0 Comments

Color spaces of #dad36c

RGB 218211108
HSL0.160.600.64
HSV56°50°85°
CMYK 0.000.030.50   0.15
XYZ54.914562.576723.3716
Yxy62.57670.38980.4442
Hunter Lab79.1054-14.520937.8567
CIE-Lab83.2192-11.228451.3183

#dad36c color RGB value is (218,211,108).

#dad36c hex color red value is 218, green value is 211 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #dad36c hue: 0.16 , saturation: 0.60 and the lightness value of dad36c is 0.64.

The process color (four color CMYK) of #dad36c color hex is 0.00, 0.03, 0.50, 0.15. Web safe color of #dad36c is #cccc66. Color #dad36c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010011 01101100
Octal 332 323 154
Decimal 218 211 108
Hex DA D3 6C

RGB Percentages of Color #dad36c

%40.60
%39.29
%20.11

CMYK Percentages of Color #dad36c

%0
%3
%50
%15

Triadic Colors of #dad36c

#dad36c #6cdad3 #d36cda

Analogous Colors of #dad36c

#dad36c #aada6c #da9c6c

Monochromatic Colors of #dad36c

#dad36c

Complementary Color

#dad36c #6c73da

#dad36c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad36c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad36c Color CSS Codes

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

#dad36c Text Font Color

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

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


#dad36c Background Color

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

This div background color is #dad36c


#dad36c Border Color

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

This div border color is #dad36c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad36c


Comments

No comments written yet.

Please login to write comment.