Color Hex Logo

#daba39 Color Hex

#DABA39
(218,186,57)
0 Favorites   0 Comments

Color spaces of #daba39

RGB 21818657
HSL0.130.690.54
HSV48°74°85°
CMYK 0.000.150.74   0.15
XYZ47.210950.318611.0951
Yxy50.31860.43460.4632
Hunter Lab70.9356-5.337440.3813
CIE-Lab76.2644-1.713265.6607

#daba39 color RGB value is (218,186,57).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 00111001
Octal 332 272 71
Decimal 218 186 57
Hex DA BA 39

RGB Percentages of Color #daba39

%47.29
%40.35
%12.36

CMYK Percentages of Color #daba39

%0
%15
%74
%15

Triadic Colors of #daba39

#daba39 #39daba #ba39da

Analogous Colors of #daba39

#daba39 #aada39 #da6a39

Monochromatic Colors of #daba39

#daba39

Complementary Color

#daba39 #3959da

#daba39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba39 Color CSS Codes

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

#daba39 Text Font Color

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

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


#daba39 Background Color

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

This div background color is #daba39


#daba39 Border Color

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

This div border color is #daba39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba39


Comments

No comments written yet.

Please login to write comment.