Color Hex Logo

#dab04e Color Hex

#DAB04E
(218,176,78)
0 Favorites   0 Comments

Color spaces of #dab04e

RGB 21817678
HSL0.120.650.58
HSV42°64°85°
CMYK 0.000.190.64   0.15
XYZ45.813946.506213.7697
Yxy46.50620.43180.4384
Hunter Lab68.19550.574835.7653
CIE-Lab73.87284.650554.5644

#dab04e color RGB value is (218,176,78).

#dab04e hex color red value is 218, green value is 176 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #dab04e hue: 0.12 , saturation: 0.65 and the lightness value of dab04e is 0.58.

The process color (four color CMYK) of #dab04e color hex is 0.00, 0.19, 0.64, 0.15. Web safe color of #dab04e is #cc9966. Color #dab04e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 01001110
Octal 332 260 116
Decimal 218 176 78
Hex DA B0 4E

RGB Percentages of Color #dab04e

%46.19
%37.29
%16.53

CMYK Percentages of Color #dab04e

%0
%19
%64
%15

Triadic Colors of #dab04e

#dab04e #4edab0 #b04eda

Analogous Colors of #dab04e

#dab04e #beda4e #da6a4e

Monochromatic Colors of #dab04e

#dab04e

Complementary Color

#dab04e #4e78da

#dab04e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab04e Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab04e Color CSS Codes

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

#dab04e Text Font Color

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

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


#dab04e Background Color

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

This div background color is #dab04e


#dab04e Border Color

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

This div border color is #dab04e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab04e


Comments

No comments written yet.

Please login to write comment.