Color Hex Logo

#dad06c Color Hex

#DAD06C
(218,208,108)
0 Favorites   0 Comments

Color spaces of #dad06c

RGB 218208108
HSL0.150.600.64
HSV55°50°85°
CMYK 0.000.050.50   0.15
XYZ54.176161.099923.1254
Yxy61.09990.39140.4415
Hunter Lab78.1664-13.075337.1757
CIE-Lab82.4324-9.712250.3838

#dad06c color RGB value is (218,208,108).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010000 01101100
Octal 332 320 154
Decimal 218 208 108
Hex DA D0 6C

RGB Percentages of Color #dad06c

%40.82
%38.95
%20.22

CMYK Percentages of Color #dad06c

%0
%5
%50
%15

Triadic Colors of #dad06c

#dad06c #6cdad0 #d06cda

Analogous Colors of #dad06c

#dad06c #adda6c #da996c

Monochromatic Colors of #dad06c

#dad06c

Complementary Color

#dad06c #6c76da

#dad06c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad06c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad06c Color CSS Codes

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

#dad06c Text Font Color

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

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


#dad06c Background Color

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

This div background color is #dad06c


#dad06c Border Color

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

This div border color is #dad06c


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,208,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 #dad06c">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad06c


Comments

No comments written yet.

Please login to write comment.