Color Hex Logo

#dab67c Color Hex

#DAB67C
(218,182,124)
0 Favorites   0 Comments

Color spaces of #dab67c

RGB 218182124
HSL0.100.560.67
HSV37°43°85°
CMYK 0.000.170.43   0.15
XYZ49.279549.816626.0870
Yxy49.81660.39370.3979
Hunter Lab70.58091.112027.4928
CIE-Lab75.95665.314734.3277

#dab67c color RGB value is (218,182,124).

#dab67c hex color red value is 218, green value is 182 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #dab67c hue: 0.10 , saturation: 0.56 and the lightness value of dab67c is 0.67.

The process color (four color CMYK) of #dab67c color hex is 0.00, 0.17, 0.43, 0.15. Web safe color of #dab67c is #cccc66. Color #dab67c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110110 01111100
Octal 332 266 174
Decimal 218 182 124
Hex DA B6 7C

RGB Percentages of Color #dab67c

%41.60
%34.73
%23.66

CMYK Percentages of Color #dab67c

%0
%17
%43
%15

Triadic Colors of #dab67c

#dab67c #7cdab6 #b67cda

Analogous Colors of #dab67c

#dab67c #cfda7c #da877c

Monochromatic Colors of #dab67c

#dab67c

Complementary Color

#dab67c #7ca0da

#dab67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab67c Color CSS Codes

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

#dab67c Text Font Color

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

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


#dab67c Background Color

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

This div background color is #dab67c


#dab67c Border Color

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

This div border color is #dab67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab67c


Comments

No comments written yet.

Please login to write comment.