Color Hex Logo

#dab07d Color Hex

#DAB07D
(218,176,125)
0 Favorites   0 Comments

Color spaces of #dab07d

RGB 218176125
HSL0.090.560.67
HSV33°43°85°
CMYK 0.000.190.43   0.15
XYZ48.140447.436826.0210
Yxy47.43680.39590.3901
Hunter Lab68.87444.234125.8121
CIE-Lab74.46838.610531.8666

#dab07d color RGB value is (218,176,125).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110000 01111101
Octal 332 260 175
Decimal 218 176 125
Hex DA B0 7D

RGB Percentages of Color #dab07d

%42.00
%33.91
%24.08

CMYK Percentages of Color #dab07d

%0
%19
%43
%15

Triadic Colors of #dab07d

#dab07d #7ddab0 #b07dda

Analogous Colors of #dab07d

#dab07d #d6da7d #da827d

Monochromatic Colors of #dab07d

#dab07d

Complementary Color

#dab07d #7da7da

#dab07d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab07d Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab07d Color CSS Codes

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

#dab07d Text Font Color

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

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


#dab07d Background Color

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

This div background color is #dab07d


#dab07d Border Color

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

This div border color is #dab07d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab07d


Comments

No comments written yet.

Please login to write comment.