Color Hex Logo

#dab04b Color Hex

#DAB04B
(218,176,75)
0 Favorites   0 Comments

Color spaces of #dab04b

RGB 21817675
HSL0.120.660.57
HSV42°66°85°
CMYK 0.000.190.66   0.15
XYZ45.708846.464113.2160
Yxy46.46410.43370.4409
Hunter Lab68.16460.407936.2198
CIE-Lab73.84574.467555.8817

#dab04b color RGB value is (218,176,75).

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

The process color (four color CMYK) of #dab04b color hex is 0.00, 0.19, 0.66, 0.15. Web safe color of #dab04b is #cc9933. Color #dab04b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 01001011
Octal 332 260 113
Decimal 218 176 75
Hex DA B0 4B

RGB Percentages of Color #dab04b

%46.48
%37.53
%15.99

CMYK Percentages of Color #dab04b

%0
%19
%66
%15

Triadic Colors of #dab04b

#dab04b #4bdab0 #b04bda

Analogous Colors of #dab04b

#dab04b #bdda4b #da694b

Monochromatic Colors of #dab04b

#dab04b

Complementary Color

#dab04b #4b75da

#dab04b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab04b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab04b Color CSS Codes

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

#dab04b Text Font Color

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

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


#dab04b Background Color

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

This div background color is #dab04b


#dab04b Border Color

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

This div border color is #dab04b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab04b


Comments

No comments written yet.

Please login to write comment.