Color Hex Logo

#dad546 Color Hex

#DAD546
(218,213,70)
0 Favorites   0 Comments

Color spaces of #dad546

RGB 21821370
HSL0.160.670.56
HSV58°68°85°
CMYK 0.000.020.68   0.15
XYZ53.813262.936115.1060
Yxy62.93610.40810.4773
Hunter Lab79.3323-17.750244.2429
CIE-Lab83.4087-14.848367.8580

#dad546 color RGB value is (218,213,70).

#dad546 hex color red value is 218, green value is 213 and the blue value of its RGB is 70. Cylindrical-coordinate representations (also known as HSL) of color #dad546 hue: 0.16 , saturation: 0.67 and the lightness value of dad546 is 0.56.

The process color (four color CMYK) of #dad546 color hex is 0.00, 0.02, 0.68, 0.15. Web safe color of #dad546 is #cccc33. Color #dad546 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 11010101 01000110
Octal 332 325 106
Decimal 218 213 70
Hex DA D5 46

RGB Percentages of Color #dad546

%43.51
%42.51
%13.97

CMYK Percentages of Color #dad546

%0
%2
%68
%15

Triadic Colors of #dad546

#dad546 #46dad5 #d546da

Analogous Colors of #dad546

#dad546 #95da46 #da8b46

Monochromatic Colors of #dad546

#dad546

Complementary Color

#dad546 #464bda

#dad546 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dad546 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dad546 Color CSS Codes

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

#dad546 Text Font Color

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

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


#dad546 Background Color

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

This div background color is #dad546


#dad546 Border Color

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

This div border color is #dad546


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dad546


Comments

No comments written yet.

Please login to write comment.