Color Hex Logo

#dab32c Color Hex

#DAB32C
(218,179,44)
0 Favorites   0 Comments

Color spaces of #dab32c

RGB 21817944
HSL0.130.700.51
HSV47°80°85°
CMYK 0.000.180.80   0.15
XYZ45.488247.32759.1205
Yxy47.32750.44620.4643
Hunter Lab68.7950-2.364540.2961
CIE-Lab74.39881.452268.3516

#dab32c color RGB value is (218,179,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 00101100
Octal 332 263 54
Decimal 218 179 44
Hex DA B3 2C

RGB Percentages of Color #dab32c

%49.43
%40.59
%9.98

CMYK Percentages of Color #dab32c

%0
%18
%80
%15

Triadic Colors of #dab32c

#dab32c #2cdab3 #b32cda

Analogous Colors of #dab32c

#dab32c #aada2c #da5c2c

Monochromatic Colors of #dab32c

#dab32c

Complementary Color

#dab32c #2c53da

#dab32c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab32c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab32c Color CSS Codes

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

#dab32c Text Font Color

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

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


#dab32c Background Color

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

This div background color is #dab32c


#dab32c Border Color

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

This div border color is #dab32c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab32c


Comments

No comments written yet.

Please login to write comment.