Color Hex Logo

#d1b594 Color Hex

#D1B594
(209,181,148)
0 Favorites   0 Comments

Color spaces of #d1b594

RGB 209181148
HSL0.090.400.70
HSV32°29°82°
CMYK 0.000.130.29   0.18
XYZ48.163748.741234.8865
Yxy48.74120.36550.3698
Hunter Lab69.81490.967019.2432
CIE-Lab75.29005.132820.5411

#d1b594 color RGB value is (209,181,148).

#d1b594 hex color red value is 209, green value is 181 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #d1b594 hue: 0.09 , saturation: 0.40 and the lightness value of d1b594 is 0.70.

The process color (four color CMYK) of #d1b594 color hex is 0.00, 0.13, 0.29, 0.18. Web safe color of #d1b594 is #cccc99. Color #d1b594 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 10110101 10010100
Octal 321 265 224
Decimal 209 181 148
Hex D1 B5 94

RGB Percentages of Color #d1b594

%38.85
%33.64
%27.51

CMYK Percentages of Color #d1b594

%0
%13
%29
%18

Triadic Colors of #d1b594

#d1b594 #94d1b5 #b594d1

Analogous Colors of #d1b594

#d1b594 #cfd194 #d19794

Monochromatic Colors of #d1b594

#d1b594

Complementary Color

#d1b594 #94b0d1

#d1b594 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1b594 Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1b594 Color CSS Codes

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

#d1b594 Text Font Color

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

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


#d1b594 Background Color

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

This div background color is #d1b594


#d1b594 Border Color

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

This div border color is #d1b594


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1b594


Comments

No comments written yet.

Please login to write comment.