Color Hex Logo

#daad60 Color Hex

#DAAD60
(218,173,96)
0 Favorites   0 Comments

Color spaces of #daad60

RGB 21817396
HSL0.110.620.62
HSV38°56°85°
CMYK 0.000.210.56   0.15
XYZ45.968345.637117.4524
Yxy45.63710.42150.4185
Hunter Lab67.55523.239631.9715
CIE-Lab73.30947.518845.3405

#daad60 color RGB value is (218,173,96).

#daad60 hex color red value is 218, green value is 173 and the blue value of its RGB is 96. Cylindrical-coordinate representations (also known as HSL) of color #daad60 hue: 0.11 , saturation: 0.62 and the lightness value of daad60 is 0.62.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 01100000
Octal 332 255 140
Decimal 218 173 96
Hex DA AD 60

RGB Percentages of Color #daad60

%44.76
%35.52
%19.71

CMYK Percentages of Color #daad60

%0
%21
%56
%15

Triadic Colors of #daad60

#daad60 #60daad #ad60da

Analogous Colors of #daad60

#daad60 #cada60 #da7060

Monochromatic Colors of #daad60

#daad60

Complementary Color

#daad60 #608dda

#daad60 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad60 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad60 Color CSS Codes

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

#daad60 Text Font Color

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

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


#daad60 Background Color

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

This div background color is #daad60


#daad60 Border Color

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

This div border color is #daad60


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad60


Comments

No comments written yet.

Please login to write comment.