Color Hex Logo

#dab13a Color Hex

#DAB13A
(218,177,58)
0 Favorites   0 Comments

Color spaces of #dab13a

RGB 21817758
HSL0.120.680.54
HSV45°73°85°
CMYK 0.000.190.73   0.15
XYZ45.399346.655210.6155
Yxy46.65520.44220.4544
Hunter Lab68.3046-0.891438.5987
CIE-Lab73.96873.051163.0685

#dab13a color RGB value is (218,177,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 00111010
Octal 332 261 72
Decimal 218 177 58
Hex DA B1 3A

RGB Percentages of Color #dab13a

%48.12
%39.07
%12.80

CMYK Percentages of Color #dab13a

%0
%19
%73
%15

Triadic Colors of #dab13a

#dab13a #3adab1 #b13ada

Analogous Colors of #dab13a

#dab13a #b3da3a #da613a

Monochromatic Colors of #dab13a

#dab13a

Complementary Color

#dab13a #3a63da

#dab13a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab13a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab13a Color CSS Codes

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

#dab13a Text Font Color

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

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


#dab13a Background Color

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

This div background color is #dab13a


#dab13a Border Color

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

This div border color is #dab13a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab13a


Comments

No comments written yet.

Please login to write comment.