Color Hex Logo

#dab470 Color Hex

#DAB470
(218,180,112)
0 Favorites   0 Comments

Color spaces of #dab470

RGB 218180112
HSL0.110.590.65
HSV38°49°85°
CMYK 0.000.170.49   0.15
XYZ48.159348.717822.1944
Yxy48.71780.40450.4091
Hunter Lab69.79811.014630.0057
CIE-Lab75.27545.183639.6675

#dab470 color RGB value is (218,180,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110100 01110000
Octal 332 264 160
Decimal 218 180 112
Hex DA B4 70

RGB Percentages of Color #dab470

%42.75
%35.29
%21.96

CMYK Percentages of Color #dab470

%0
%17
%49
%15

Triadic Colors of #dab470

#dab470 #70dab4 #b470da

Analogous Colors of #dab470

#dab470 #cbda70 #da7f70

Monochromatic Colors of #dab470

#dab470

Complementary Color

#dab470 #7096da

#dab470 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab470 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab470 Color CSS Codes

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

#dab470 Text Font Color

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

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


#dab470 Background Color

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

This div background color is #dab470


#dab470 Border Color

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

This div border color is #dab470


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab470


Comments

No comments written yet.

Please login to write comment.