Color Hex Logo

#d1cbae Color Hex

#D1CBAE
(209,203,174)
0 Favorites   0 Comments

Color spaces of #d1cbae

RGB 209203174
HSL0.140.280.75
HSV50°17°82°
CMYK 0.000.030.17   0.18
XYZ55.290459.323248.5808
Yxy59.32320.33880.3635
Hunter Lab77.0216-6.650416.5183
CIE-Lab81.4689-2.736215.2235

#d1cbae color RGB value is (209,203,174).

#d1cbae hex color red value is 209, green value is 203 and the blue value of its RGB is 174. Cylindrical-coordinate representations (also known as HSL) of color #d1cbae hue: 0.14 , saturation: 0.28 and the lightness value of d1cbae is 0.75.

The process color (four color CMYK) of #d1cbae color hex is 0.00, 0.03, 0.17, 0.18. Web safe color of #d1cbae is #cccc99. Color #d1cbae contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11001011 10101110
Octal 321 313 256
Decimal 209 203 174
Hex D1 CB AE

RGB Percentages of Color #d1cbae

%35.67
%34.64
%29.69

CMYK Percentages of Color #d1cbae

%0
%3
%17
%18

Triadic Colors of #d1cbae

#d1cbae #aed1cb #cbaed1

Analogous Colors of #d1cbae

#d1cbae #c6d1ae #d1baae

Monochromatic Colors of #d1cbae

#d1cbae

Complementary Color

#d1cbae #aeb4d1

#d1cbae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1cbae Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1cbae Color CSS Codes

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

#d1cbae Text Font Color

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

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


#d1cbae Background Color

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

This div background color is #d1cbae


#d1cbae Border Color

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

This div border color is #d1cbae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1cbae


Comments

No comments written yet.

Please login to write comment.