Color Hex Logo

#d4b59e Color Hex

#D4B59E
(212,181,158)
2 Favorites   0 Comments

Color spaces of #d4b59e

RGB 212181158
HSL0.070.390.73
HSV26°25°83°
CMYK 0.000.150.25   0.17
XYZ49.846849.513439.2776
Yxy49.51340.35950.3571
Hunter Lab70.36583.308616.1608
CIE-Lab75.76967.656015.8514

#d4b59e color RGB value is (212,181,158).

#d4b59e hex color red value is 212, green value is 181 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #d4b59e hue: 0.07 , saturation: 0.39 and the lightness value of d4b59e is 0.73.

The process color (four color CMYK) of #d4b59e color hex is 0.00, 0.15, 0.25, 0.17. Web safe color of #d4b59e is #cccc99. Color #d4b59e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 10110101 10011110
Octal 324 265 236
Decimal 212 181 158
Hex D4 B5 9E

RGB Percentages of Color #d4b59e

%38.48
%32.85
%28.68

CMYK Percentages of Color #d4b59e

%0
%15
%25
%17

Triadic Colors of #d4b59e

#d4b59e #9ed4b5 #b59ed4

Analogous Colors of #d4b59e

#d4b59e #d4d09e #d49ea2

Monochromatic Colors of #d4b59e

#d4b59e

Complementary Color

#d4b59e #9ebdd4

#d4b59e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4b59e Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4b59e Color CSS Codes

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

#d4b59e Text Font Color

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

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


#d4b59e Background Color

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

This div background color is #d4b59e


#d4b59e Border Color

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

This div border color is #d4b59e


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(212,181,158, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #d4b59e; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #d4b59e;
  -webkit-box-shadow: 1px 1px 3px 2px #d4b59e;
  box-shadow:         1px 1px 3px 2px #d4b59e; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(212,181,158, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4b59e


Comments

No comments written yet.

Please login to write comment.