Color Hex Logo

#d3ab86 Color Hex

#D3AB86
(211,171,134)
0 Favorites   0 Comments

Color spaces of #d3ab86

RGB 211171134
HSL0.080.470.68
HSV29°36°83°
CMYK 0.000.190.36   0.17
XYZ45.730044.695928.7712
Yxy44.69590.38370.3750
Hunter Lab66.85505.100921.2829
CIE-Lab72.69129.504224.5757

#d3ab86 color RGB value is (211,171,134).

#d3ab86 hex color red value is 211, green value is 171 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #d3ab86 hue: 0.08 , saturation: 0.47 and the lightness value of d3ab86 is 0.68.

The process color (four color CMYK) of #d3ab86 color hex is 0.00, 0.19, 0.36, 0.17. Web safe color of #d3ab86 is #cc9999. Color #d3ab86 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010011 10101011 10000110
Octal 323 253 206
Decimal 211 171 134
Hex D3 AB 86

RGB Percentages of Color #d3ab86

%40.89
%33.14
%25.97

CMYK Percentages of Color #d3ab86

%0
%19
%36
%17

Triadic Colors of #d3ab86

#d3ab86 #86d3ab #ab86d3

Analogous Colors of #d3ab86

#d3ab86 #d3d286 #d38688

Monochromatic Colors of #d3ab86

#d3ab86

Complementary Color

#d3ab86 #86aed3

#d3ab86 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d3ab86 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d3ab86 Color CSS Codes

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

#d3ab86 Text Font Color

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

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


#d3ab86 Background Color

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

This div background color is #d3ab86


#d3ab86 Border Color

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

This div border color is #d3ab86


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d3ab86


Comments

No comments written yet.

Please login to write comment.