Color Hex Logo

#dabc86 Color Hex

#DABC86
(218,188,134)
0 Favorites   0 Comments

Color spaces of #dabc86

RGB 218188134
HSL0.110.530.69
HSV39°39°85°
CMYK 0.000.140.39   0.15
XYZ51.199752.593130.0072
Yxy52.59310.38270.3931
Hunter Lab72.5211-0.891426.2322
CIE-Lab77.63413.234631.2859

#dabc86 color RGB value is (218,188,134).

#dabc86 hex color red value is 218, green value is 188 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #dabc86 hue: 0.11 , saturation: 0.53 and the lightness value of dabc86 is 0.69.

The process color (four color CMYK) of #dabc86 color hex is 0.00, 0.14, 0.39, 0.15. Web safe color of #dabc86 is #cccc99. Color #dabc86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011010 10111100 10000110
Octal 332 274 206
Decimal 218 188 134
Hex DA BC 86

RGB Percentages of Color #dabc86

%40.37
%34.81
%24.81

CMYK Percentages of Color #dabc86

%0
%14
%39
%15

Triadic Colors of #dabc86

#dabc86 #86dabc #bc86da

Analogous Colors of #dabc86

#dabc86 #ceda86 #da9286

Monochromatic Colors of #dabc86

#dabc86

Complementary Color

#dabc86 #86a4da

#dabc86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#dabc86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#dabc86 Color CSS Codes

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

#dabc86 Text Font Color

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

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


#dabc86 Background Color

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

This div background color is #dabc86


#dabc86 Border Color

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

This div border color is #dabc86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #dabc86


Comments

No comments written yet.

Please login to write comment.