Color Hex Logo

#daad51 Color Hex

#DAAD51
(218,173,81)
0 Favorites   0 Comments

Color spaces of #daad51

RGB 21817381
HSL0.110.650.59
HSV40°63°85°
CMYK 0.000.210.63   0.15
XYZ45.342245.386614.1553
Yxy45.38660.43230.4327
Hunter Lab67.36962.240334.7010
CIE-Lab73.14576.434452.3824

#daad51 color RGB value is (218,173,81).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10101101 01010001
Octal 332 255 121
Decimal 218 173 81
Hex DA AD 51

RGB Percentages of Color #daad51

%46.19
%36.65
%17.16

CMYK Percentages of Color #daad51

%0
%21
%63
%15

Triadic Colors of #daad51

#daad51 #51daad #ad51da

Analogous Colors of #daad51

#daad51 #c3da51 #da6951

Monochromatic Colors of #daad51

#daad51

Complementary Color

#daad51 #517eda

#daad51 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daad51 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daad51 Color CSS Codes

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

#daad51 Text Font Color

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

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


#daad51 Background Color

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

This div background color is #daad51


#daad51 Border Color

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

This div border color is #daad51


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daad51


Comments

No comments written yet.

Please login to write comment.