Color Hex Logo

#dab746 Color Hex

#DAB746
(218,183,70)
0 Favorites   0 Comments

Color spaces of #dab746

RGB 21818370
HSL0.130.670.56
HSV46°68°85°
CMYK 0.000.160.68   0.15
XYZ46.952449.214612.8191
Yxy49.21460.43080.4516
Hunter Lab70.1531-3.300738.2731
CIE-Lab75.58460.492859.8813

#dab746 color RGB value is (218,183,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110111 01000110
Octal 332 267 106
Decimal 218 183 70
Hex DA B7 46

RGB Percentages of Color #dab746

%46.28
%38.85
%14.86

CMYK Percentages of Color #dab746

%0
%16
%68
%15

Triadic Colors of #dab746

#dab746 #46dab7 #b746da

Analogous Colors of #dab746

#dab746 #b3da46 #da6d46

Monochromatic Colors of #dab746

#dab746

Complementary Color

#dab746 #4669da

#dab746 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab746 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab746 Color CSS Codes

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

#dab746 Text Font Color

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

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


#dab746 Background Color

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

This div background color is #dab746


#dab746 Border Color

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

This div border color is #dab746


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab746


Comments

No comments written yet.

Please login to write comment.