Color Hex Logo

#dab529 Color Hex

#DAB529
(218,181,41)
0 Favorites   0 Comments

Color spaces of #dab529

RGB 21818141
HSL0.130.710.51
HSV47°81°85°
CMYK 0.000.170.81   0.15
XYZ45.837648.11338.9687
Yxy48.11330.44540.4675
Hunter Lab69.3638-3.428540.8885
CIE-Lab74.89630.306369.6977

#dab529 color RGB value is (218,181,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 00101001
Octal 332 265 51
Decimal 218 181 41
Hex DA B5 29

RGB Percentages of Color #dab529

%49.55
%41.14
%9.32

CMYK Percentages of Color #dab529

%0
%17
%81
%15

Triadic Colors of #dab529

#dab529 #29dab5 #b529da

Analogous Colors of #dab529

#dab529 #a7da29 #da5d29

Monochromatic Colors of #dab529

#dab529

Complementary Color

#dab529 #294eda

#dab529 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab529 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab529 Color CSS Codes

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

#dab529 Text Font Color

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

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


#dab529 Background Color

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

This div background color is #dab529


#dab529 Border Color

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

This div border color is #dab529


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab529


Comments

No comments written yet.

Please login to write comment.