Color Hex Logo

#dab92e Color Hex

#DAB92E
(218,185,46)
0 Favorites   0 Comments

Color spaces of #dab92e

RGB 21818546
HSL0.130.700.52
HSV48°79°85°
CMYK 0.000.150.79   0.15
XYZ46.755549.80069.7330
Yxy49.80060.43990.4685
Hunter Lab70.5695-5.232441.2214
CIE-Lab75.9467-1.621169.1038

#dab92e color RGB value is (218,185,46).

#dab92e hex color red value is 218, green value is 185 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #dab92e hue: 0.13 , saturation: 0.70 and the lightness value of dab92e is 0.52.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 00101110
Octal 332 271 56
Decimal 218 185 46
Hex DA B9 2E

RGB Percentages of Color #dab92e

%48.55
%41.20
%10.24

CMYK Percentages of Color #dab92e

%0
%15
%79
%15

Triadic Colors of #dab92e

#dab92e #2edab9 #b92eda

Analogous Colors of #dab92e

#dab92e #a5da2e #da632e

Monochromatic Colors of #dab92e

#dab92e

Complementary Color

#dab92e #2e4fda

#dab92e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab92e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab92e Color CSS Codes

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

#dab92e Text Font Color

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

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


#dab92e Background Color

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

This div background color is #dab92e


#dab92e Border Color

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

This div border color is #dab92e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab92e


Comments

No comments written yet.

Please login to write comment.