Color Hex Logo

#dab13b Color Hex

#DAB13B
(218,177,59)
0 Favorites   0 Comments

Color spaces of #dab13b

RGB 21817759
HSL0.120.680.54
HSV45°73°85°
CMYK 0.000.190.73   0.15
XYZ45.425046.665510.7509
Yxy46.66550.44170.4538
Hunter Lab68.3122-0.850538.4875
CIE-Lab73.97533.096362.6902

#dab13b color RGB value is (218,177,59).

#dab13b hex color red value is 218, green value is 177 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #dab13b hue: 0.12 , saturation: 0.68 and the lightness value of dab13b is 0.54.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 00111011
Octal 332 261 73
Decimal 218 177 59
Hex DA B1 3B

RGB Percentages of Color #dab13b

%48.02
%38.99
%13.00

CMYK Percentages of Color #dab13b

%0
%19
%73
%15

Triadic Colors of #dab13b

#dab13b #3bdab1 #b13bda

Analogous Colors of #dab13b

#dab13b #b4da3b #da623b

Monochromatic Colors of #dab13b

#dab13b

Complementary Color

#dab13b #3b64da

#dab13b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab13b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab13b Color CSS Codes

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

#dab13b Text Font Color

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

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


#dab13b Background Color

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

This div background color is #dab13b


#dab13b Border Color

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

This div border color is #dab13b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab13b


Comments

No comments written yet.

Please login to write comment.