Color Hex Logo

#dab32b Color Hex

#DAB32B
(218,179,43)
0 Favorites   0 Comments

Color spaces of #dab32b

RGB 21817943
HSL0.130.700.51
HSV47°80°85°
CMYK 0.000.180.80   0.15
XYZ45.469647.32009.0227
Yxy47.32000.44660.4648
Hunter Lab68.7895-2.393940.3760
CIE-Lab74.39401.419568.6573

#dab32b color RGB value is (218,179,43).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110011 00101011
Octal 332 263 53
Decimal 218 179 43
Hex DA B3 2B

RGB Percentages of Color #dab32b

%49.55
%40.68
%9.77

CMYK Percentages of Color #dab32b

%0
%18
%80
%15

Triadic Colors of #dab32b

#dab32b #2bdab3 #b32bda

Analogous Colors of #dab32b

#dab32b #aada2b #da5b2b

Monochromatic Colors of #dab32b

#dab32b

Complementary Color

#dab32b #2b52da

#dab32b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab32b Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab32b Color CSS Codes

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

#dab32b Text Font Color

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

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


#dab32b Background Color

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

This div background color is #dab32b


#dab32b Border Color

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

This div border color is #dab32b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab32b


Comments

No comments written yet.

Please login to write comment.