Color Hex Logo

#dab46c Color Hex

#DAB46C
(218,180,108)
0 Favorites   0 Comments

Color spaces of #dab46c

RGB 218180108
HSL0.110.600.64
HSV39°50°85°
CMYK 0.000.170.50   0.15
XYZ47.941548.630721.0472
Yxy48.63070.40760.4135
Hunter Lab69.73570.676630.9205
CIE-Lab75.22104.816441.6376

#dab46c color RGB value is (218,180,108).

#dab46c hex color red value is 218, green value is 180 and the blue value of its RGB is 108. Cylindrical-coordinate representations (also known as HSL) of color #dab46c hue: 0.11 , saturation: 0.60 and the lightness value of dab46c is 0.64.

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 01101100
Octal 332 264 154
Decimal 218 180 108
Hex DA B4 6C

RGB Percentages of Color #dab46c

%43.08
%35.57
%21.34

CMYK Percentages of Color #dab46c

%0
%17
%50
%15

Triadic Colors of #dab46c

#dab46c #6cdab4 #b46cda

Analogous Colors of #dab46c

#dab46c #c9da6c #da7d6c

Monochromatic Colors of #dab46c

#dab46c

Complementary Color

#dab46c #6c92da

#dab46c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab46c Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab46c Color CSS Codes

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

#dab46c Text Font Color

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

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


#dab46c Background Color

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

This div background color is #dab46c


#dab46c Border Color

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

This div border color is #dab46c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab46c


Comments

No comments written yet.

Please login to write comment.