Color Hex Logo

#dab11d Color Hex

#DAB11D
(218,177,29)
0 Favorites   0 Comments

Color spaces of #dab11d

RGB 21817729
HSL0.130.770.48
HSV47°87°85°
CMYK 0.000.190.87   0.15
XYZ44.857446.43847.7617
Yxy46.43840.45280.4688
Hunter Lab68.1457-1.756140.9490
CIE-Lab73.82912.091471.9508

#dab11d color RGB value is (218,177,29).

#dab11d hex color red value is 218, green value is 177 and the blue value of its RGB is 29. Cylindrical-coordinate representations (also known as HSL) of color #dab11d hue: 0.13 , saturation: 0.77 and the lightness value of dab11d is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 00011101
Octal 332 261 35
Decimal 218 177 29
Hex DA B1 1D

RGB Percentages of Color #dab11d

%51.42
%41.75
%6.84

CMYK Percentages of Color #dab11d

%0
%19
%87
%15

Triadic Colors of #dab11d

#dab11d #1ddab1 #b11dda

Analogous Colors of #dab11d

#dab11d #a5da1d #da531d

Monochromatic Colors of #dab11d

#dab11d

Complementary Color

#dab11d #1d46da

#dab11d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab11d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab11d Color CSS Codes

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

#dab11d Text Font Color

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

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


#dab11d Background Color

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

This div background color is #dab11d


#dab11d Border Color

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

This div border color is #dab11d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab11d


Comments

No comments written yet.

Please login to write comment.