Color Hex Logo

#d1c4be Color Hex

#D1C4BE
(209,196,190)
0 Favorites   0 Comments

Color spaces of #d1c4be

RGB 209196190
HSL0.050.170.78
HSV19°82°
CMYK 0.000.060.09   0.18
XYZ55.328756.752956.7535
Yxy56.75290.32770.3361
Hunter Lab75.3345-0.73788.0679
CIE-Lab80.04043.51754.6308

#d1c4be color RGB value is (209,196,190).

#d1c4be hex color red value is 209, green value is 196 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #d1c4be hue: 0.05 , saturation: 0.17 and the lightness value of d1c4be is 0.78.

The process color (four color CMYK) of #d1c4be color hex is 0.00, 0.06, 0.09, 0.18. Web safe color of #d1c4be is #cccccc. Color #d1c4be contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010001 11000100 10111110
Octal 321 304 276
Decimal 209 196 190
Hex D1 C4 BE

RGB Percentages of Color #d1c4be

%35.13
%32.94
%31.93

CMYK Percentages of Color #d1c4be

%0
%6
%9
%18

Triadic Colors of #d1c4be

#d1c4be #bed1c4 #c4bed1

Analogous Colors of #d1c4be

#d1c4be #d1cebe #d1bec2

Monochromatic Colors of #d1c4be

#d1c4be

Complementary Color

#d1c4be #becbd1

#d1c4be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d1c4be Color Preview on White Background

Lorem ipsum dolor sit amet.

#d1c4be Color CSS Codes

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

#d1c4be Text Font Color

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

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


#d1c4be Background Color

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

This div background color is #d1c4be


#d1c4be Border Color

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

This div border color is #d1c4be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d1c4be

#d1c4be Color Palettes


Comments

No comments written yet.

Please login to write comment.