Color Hex Logo

#dab532 Color Hex

#DAB532
(218,181,50)
0 Favorites   0 Comments

Color spaces of #dab532

RGB 21818150
HSL0.130.690.53
HSV47°77°85°
CMYK 0.000.170.77   0.15
XYZ46.013048.18359.8928
Yxy48.18350.44210.4629
Hunter Lab69.4143-3.152040.1401
CIE-Lab74.94050.615466.8823

#dab532 color RGB value is (218,181,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110101 00110010
Octal 332 265 62
Decimal 218 181 50
Hex DA B5 32

RGB Percentages of Color #dab532

%48.55
%40.31
%11.14

CMYK Percentages of Color #dab532

%0
%17
%77
%15

Triadic Colors of #dab532

#dab532 #32dab5 #b532da

Analogous Colors of #dab532

#dab532 #abda32 #da6132

Monochromatic Colors of #dab532

#dab532

Complementary Color

#dab532 #3257da

#dab532 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab532 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab532 Color CSS Codes

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

#dab532 Text Font Color

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

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


#dab532 Background Color

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

This div background color is #dab532


#dab532 Border Color

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

This div border color is #dab532


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab532


Comments

No comments written yet.

Please login to write comment.