Color Hex Logo

#dab82c Color Hex

#DAB82C
(218,184,44)
0 Favorites   0 Comments

Color spaces of #dab82c

RGB 21818444
HSL0.130.700.51
HSV48°80°85°
CMYK 0.000.160.80   0.15
XYZ46.508649.36839.4606
Yxy49.36830.44150.4687
Hunter Lab70.2626-4.805841.2006
CIE-Lab75.6799-1.167069.4859

#dab82c color RGB value is (218,184,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111000 00101100
Octal 332 270 54
Decimal 218 184 44
Hex DA B8 2C

RGB Percentages of Color #dab82c

%48.88
%41.26
%9.87

CMYK Percentages of Color #dab82c

%0
%16
%80
%15

Triadic Colors of #dab82c

#dab82c #2cdab8 #b82cda

Analogous Colors of #dab82c

#dab82c #a5da2c #da612c

Monochromatic Colors of #dab82c

#dab82c

Complementary Color

#dab82c #2c4eda

#dab82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab82c Color CSS Codes

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

#dab82c Text Font Color

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

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


#dab82c Background Color

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

This div background color is #dab82c


#dab82c Border Color

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

This div border color is #dab82c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab82c


Comments

No comments written yet.

Please login to write comment.