Color Hex Logo

#daba36 Color Hex

#DABA36
(218,186,54)
0 Favorites   0 Comments

Color spaces of #daba36

RGB 21818654
HSL0.130.690.53
HSV48°75°85°
CMYK 0.000.150.75   0.15
XYZ47.138250.289610.7124
Yxy50.28960.43590.4650
Hunter Lab70.9152-5.450340.6843
CIE-Lab76.2467-1.840166.7168

#daba36 color RGB value is (218,186,54).

#daba36 hex color red value is 218, green value is 186 and the blue value of its RGB is 54. Cylindrical-coordinate representations (also known as HSL) of color #daba36 hue: 0.13 , saturation: 0.69 and the lightness value of daba36 is 0.53.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 00110110
Octal 332 272 66
Decimal 218 186 54
Hex DA BA 36

RGB Percentages of Color #daba36

%47.60
%40.61
%11.79

CMYK Percentages of Color #daba36

%0
%15
%75
%15

Triadic Colors of #daba36

#daba36 #36daba #ba36da

Analogous Colors of #daba36

#daba36 #a8da36 #da6836

Monochromatic Colors of #daba36

#daba36

Complementary Color

#daba36 #3656da

#daba36 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba36 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba36 Color CSS Codes

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

#daba36 Text Font Color

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

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


#daba36 Background Color

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

This div background color is #daba36


#daba36 Border Color

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

This div border color is #daba36


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba36


Comments

No comments written yet.

Please login to write comment.