Color Hex Logo

#d4c6ba Color Hex

#D4C6BA
(212,198,186)
0 Favorites   0 Comments

Color spaces of #d4c6ba

RGB 212198186
HSL0.080.230.78
HSV28°12°83°
CMYK 0.000.070.12   0.17
XYZ56.208457.930454.6736
Yxy57.93040.33300.3432
Hunter Lab76.1120-1.374610.6886
CIE-Lab80.70012.87517.7589

#d4c6ba color RGB value is (212,198,186).

#d4c6ba hex color red value is 212, green value is 198 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d4c6ba hue: 0.08 , saturation: 0.23 and the lightness value of d4c6ba is 0.78.

The process color (four color CMYK) of #d4c6ba color hex is 0.00, 0.07, 0.12, 0.17. Web safe color of #d4c6ba is #cccccc. Color #d4c6ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010100 11000110 10111010
Octal 324 306 272
Decimal 212 198 186
Hex D4 C6 BA

RGB Percentages of Color #d4c6ba

%35.57
%33.22
%31.21

CMYK Percentages of Color #d4c6ba

%0
%7
%12
%17

Triadic Colors of #d4c6ba

#d4c6ba #bad4c6 #c6bad4

Analogous Colors of #d4c6ba

#d4c6ba #d4d3ba #d4babb

Monochromatic Colors of #d4c6ba

#d4c6ba

Complementary Color

#d4c6ba #bac8d4

#d4c6ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d4c6ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d4c6ba Color CSS Codes

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

#d4c6ba Text Font Color

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

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


#d4c6ba Background Color

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

This div background color is #d4c6ba


#d4c6ba Border Color

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

This div border color is #d4c6ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d4c6ba


Comments

No comments written yet.

Please login to write comment.