Color Hex Logo

#daba40 Color Hex

#DABA40
(218,186,64)
0 Favorites   0 Comments

Color spaces of #daba40

RGB 21818664
HSL0.130.680.55
HSV48°71°85°
CMYK 0.000.150.71   0.15
XYZ47.397850.393412.0793
Yxy50.39340.43140.4587
Hunter Lab70.9883-5.047839.6031
CIE-Lab76.3101-1.388363.0552

#daba40 color RGB value is (218,186,64).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111010 01000000
Octal 332 272 100
Decimal 218 186 64
Hex DA BA 40

RGB Percentages of Color #daba40

%46.58
%39.74
%13.68

CMYK Percentages of Color #daba40

%0
%15
%71
%15

Triadic Colors of #daba40

#daba40 #40daba #ba40da

Analogous Colors of #daba40

#daba40 #adda40 #da6d40

Monochromatic Colors of #daba40

#daba40

Complementary Color

#daba40 #4060da

#daba40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#daba40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#daba40 Color CSS Codes

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

#daba40 Text Font Color

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

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


#daba40 Background Color

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

This div background color is #daba40


#daba40 Border Color

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

This div border color is #daba40


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #daba40


Comments

No comments written yet.

Please login to write comment.