Color Hex Logo

#dab24c Color Hex

#DAB24C
(218,178,76)
0 Favorites   0 Comments

Color spaces of #dab24c

RGB 21817876
HSL0.120.660.58
HSV43°65°85°
CMYK 0.000.180.65   0.15
XYZ46.138347.268013.5294
Yxy47.26800.43150.4420
Hunter Lab68.7517-0.526736.4587
CIE-Lab74.36093.469955.9933

#dab24c color RGB value is (218,178,76).

#dab24c hex color red value is 218, green value is 178 and the blue value of its RGB is 76. Cylindrical-coordinate representations (also known as HSL) of color #dab24c hue: 0.12 , saturation: 0.66 and the lightness value of dab24c is 0.58.

The process color (four color CMYK) of #dab24c color hex is 0.00, 0.18, 0.65, 0.15. Web safe color of #dab24c is #cc9933. Color #dab24c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110010 01001100
Octal 332 262 114
Decimal 218 178 76
Hex DA B2 4C

RGB Percentages of Color #dab24c

%46.19
%37.71
%16.10

CMYK Percentages of Color #dab24c

%0
%18
%65
%15

Triadic Colors of #dab24c

#dab24c #4cdab2 #b24cda

Analogous Colors of #dab24c

#dab24c #bbda4c #da6b4c

Monochromatic Colors of #dab24c

#dab24c

Complementary Color

#dab24c #4c74da

#dab24c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab24c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab24c Color CSS Codes

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

#dab24c Text Font Color

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

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


#dab24c Background Color

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

This div background color is #dab24c


#dab24c Border Color

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

This div border color is #dab24c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab24c


Comments

No comments written yet.

Please login to write comment.