Color Hex Logo

#dab62e Color Hex

#DAB62E
(218,182,46)
0 Favorites   0 Comments

Color spaces of #dab62e

RGB 21818246
HSL0.130.700.52
HSV47°79°85°
CMYK 0.000.170.79   0.15
XYZ46.134548.55869.5260
Yxy48.55860.44270.4659
Hunter Lab69.6840-3.770540.6737
CIE-Lab75.1759-0.053968.4133

#dab62e color RGB value is (218,182,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110110 00101110
Octal 332 266 56
Decimal 218 182 46
Hex DA B6 2E

RGB Percentages of Color #dab62e

%48.88
%40.81
%10.31

CMYK Percentages of Color #dab62e

%0
%17
%79
%15

Triadic Colors of #dab62e

#dab62e #2edab6 #b62eda

Analogous Colors of #dab62e

#dab62e #a8da2e #da602e

Monochromatic Colors of #dab62e

#dab62e

Complementary Color

#dab62e #2e52da

#dab62e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab62e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab62e Color CSS Codes

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

#dab62e Text Font Color

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

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


#dab62e Background Color

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

This div background color is #dab62e


#dab62e Border Color

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

This div border color is #dab62e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab62e


Comments

No comments written yet.

Please login to write comment.