Color Hex Logo

#dab32a Color Hex

#DAB32A
(218,179,42)
0 Favorites   0 Comments

Color spaces of #dab32a

RGB 21817942
HSL0.130.700.51
HSV47°81°85°
CMYK 0.000.180.81   0.15
XYZ45.451547.31288.9272
Yxy47.31280.44700.4653
Hunter Lab68.7843-2.422840.4540
CIE-Lab74.38941.387368.9581

#dab32a color RGB value is (218,179,42).

#dab32a hex color red value is 218, green value is 179 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #dab32a hue: 0.13 , saturation: 0.70 and the lightness value of dab32a is 0.51.

The process color (four color CMYK) of #dab32a color hex is 0.00, 0.18, 0.81, 0.15. Web safe color of #dab32a is #cccc33. Color #dab32a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 00101010
Octal 332 263 52
Decimal 218 179 42
Hex DA B3 2A

RGB Percentages of Color #dab32a

%49.66
%40.77
%9.57

CMYK Percentages of Color #dab32a

%0
%18
%81
%15

Triadic Colors of #dab32a

#dab32a #2adab3 #b32ada

Analogous Colors of #dab32a

#dab32a #a9da2a #da5b2a

Monochromatic Colors of #dab32a

#dab32a

Complementary Color

#dab32a #2a51da

#dab32a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab32a Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab32a Color CSS Codes

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

#dab32a Text Font Color

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

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


#dab32a Background Color

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

This div background color is #dab32a


#dab32a Border Color

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

This div border color is #dab32a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab32a


Comments

No comments written yet.

Please login to write comment.