Color Hex Logo

#dab07c Color Hex

#DAB07C
(218,176,124)
0 Favorites   0 Comments

Color spaces of #dab07c

RGB 218176124
HSL0.090.560.67
HSV33°43°85°
CMYK 0.000.190.43   0.15
XYZ48.076947.411325.6862
Yxy47.41130.39680.3913
Hunter Lab68.85594.135426.0814
CIE-Lab74.45218.505032.3733

#dab07c color RGB value is (218,176,124).

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

The process color (four color CMYK) of #dab07c color hex is 0.00, 0.19, 0.43, 0.15. Web safe color of #dab07c is #cc9966. Color #dab07c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 01111100
Octal 332 260 174
Decimal 218 176 124
Hex DA B0 7C

RGB Percentages of Color #dab07c

%42.08
%33.98
%23.94

CMYK Percentages of Color #dab07c

%0
%19
%43
%15

Triadic Colors of #dab07c

#dab07c #7cdab0 #b07cda

Analogous Colors of #dab07c

#dab07c #d5da7c #da817c

Monochromatic Colors of #dab07c

#dab07c

Complementary Color

#dab07c #7ca6da

#dab07c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab07c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab07c Color CSS Codes

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

#dab07c Text Font Color

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

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


#dab07c Background Color

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

This div background color is #dab07c


#dab07c Border Color

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

This div border color is #dab07c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab07c


Comments

No comments written yet.

Please login to write comment.