Color Hex Logo

#dab170 Color Hex

#DAB170
(218,177,112)
0 Favorites   0 Comments

Color spaces of #dab170

RGB 218177112
HSL0.100.590.65
HSV37°49°85°
CMYK 0.000.190.49   0.15
XYZ47.560247.519621.9947
Yxy47.51960.40620.4059
Hunter Lab68.93452.517829.3367
CIE-Lab74.52096.776138.7207

#dab170 color RGB value is (218,177,112).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011010 10110001 01110000
Octal 332 261 160
Decimal 218 177 112
Hex DA B1 70

RGB Percentages of Color #dab170

%43.00
%34.91
%22.09

CMYK Percentages of Color #dab170

%0
%19
%49
%15

Triadic Colors of #dab170

#dab170 #70dab1 #b170da

Analogous Colors of #dab170

#dab170 #ceda70 #da7c70

Monochromatic Colors of #dab170

#dab170

Complementary Color

#dab170 #7099da

#dab170 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dab170 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dab170 Color CSS Codes

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

#dab170 Text Font Color

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

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


#dab170 Background Color

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

This div background color is #dab170


#dab170 Border Color

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

This div border color is #dab170


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dab170


Comments

No comments written yet.

Please login to write comment.