Color Hex Logo

#daad66 Color Hex

#DAAD66
(218,173,102)
0 Favorites   0 Comments

Color spaces of #daad66

RGB 218173102
HSL0.100.610.63
HSV37°53°85°
CMYK 0.000.210.53   0.15
XYZ46.255345.751918.9635
Yxy45.75190.41680.4123
Hunter Lab67.64023.695930.7256
CIE-Lab73.38438.011342.4203

#daad66 color RGB value is (218,173,102).

#daad66 hex color red value is 218, green value is 173 and the blue value of its RGB is 102. Cylindrical-coordinate representations (also known as HSL) of color #daad66 hue: 0.10 , saturation: 0.61 and the lightness value of daad66 is 0.63.

The process color (four color CMYK) of #daad66 color hex is 0.00, 0.21, 0.53, 0.15. Web safe color of #daad66 is #cc9966. Color #daad66 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 01100110
Octal 332 255 146
Decimal 218 173 102
Hex DA AD 66

RGB Percentages of Color #daad66

%44.22
%35.09
%20.69

CMYK Percentages of Color #daad66

%0
%21
%53
%15

Triadic Colors of #daad66

#daad66 #66daad #ad66da

Analogous Colors of #daad66

#daad66 #cdda66 #da7366

Monochromatic Colors of #daad66

#daad66

Complementary Color

#daad66 #6693da

#daad66 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad66 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad66 Color CSS Codes

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

#daad66 Text Font Color

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

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


#daad66 Background Color

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

This div background color is #daad66


#daad66 Border Color

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

This div border color is #daad66


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad66


Comments

No comments written yet.

Please login to write comment.