Color Hex Logo

#dab932 Color Hex

#DAB932
(218,185,50)
0 Favorites   0 Comments

Color spaces of #dab932

RGB 21818550
HSL0.130.690.53
HSV48°77°85°
CMYK 0.000.150.77   0.15
XYZ46.838149.833610.1678
Yxy49.83360.43840.4664
Hunter Lab70.5929-5.103640.8752
CIE-Lab75.9670-1.476467.8266

#dab932 color RGB value is (218,185,50).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111001 00110010
Octal 332 271 62
Decimal 218 185 50
Hex DA B9 32

RGB Percentages of Color #dab932

%48.12
%40.84
%11.04

CMYK Percentages of Color #dab932

%0
%15
%77
%15

Triadic Colors of #dab932

#dab932 #32dab9 #b932da

Analogous Colors of #dab932

#dab932 #a7da32 #da6532

Monochromatic Colors of #dab932

#dab932

Complementary Color

#dab932 #3253da

#dab932 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab932 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab932 Color CSS Codes

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

#dab932 Text Font Color

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

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


#dab932 Background Color

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

This div background color is #dab932


#dab932 Border Color

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

This div border color is #dab932


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(218,185,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 #dab932">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab932


Comments

No comments written yet.

Please login to write comment.