Color Hex Logo

#d9ccba Color Hex

#D9CCBA
(217,204,186)
0 Favorites   0 Comments

Color spaces of #d9ccba

RGB 217204186
HSL0.100.290.79
HSV35°14°85°
CMYK 0.000.060.14   0.15
XYZ59.071161.482655.2083
Yxy61.48260.33610.3498
Hunter Lab78.4108-2.745313.1421
CIE-Lab82.63751.531410.5827

#d9ccba color RGB value is (217,204,186).

#d9ccba hex color red value is 217, green value is 204 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d9ccba hue: 0.10 , saturation: 0.29 and the lightness value of d9ccba is 0.79.

The process color (four color CMYK) of #d9ccba color hex is 0.00, 0.06, 0.14, 0.15. Web safe color of #d9ccba is #cccccc. Color #d9ccba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001100 10111010
Octal 331 314 272
Decimal 217 204 186
Hex D9 CC BA

RGB Percentages of Color #d9ccba

%35.75
%33.61
%30.64

CMYK Percentages of Color #d9ccba

%0
%6
%14
%15

Triadic Colors of #d9ccba

#d9ccba #bad9cc #ccbad9

Analogous Colors of #d9ccba

#d9ccba #d7d9ba #d9bdba

Monochromatic Colors of #d9ccba

#d9ccba

Complementary Color

#d9ccba #bac7d9

#d9ccba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9ccba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9ccba Color CSS Codes

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

#d9ccba Text Font Color

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

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


#d9ccba Background Color

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

This div background color is #d9ccba


#d9ccba Border Color

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

This div border color is #d9ccba


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,204,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 #d9ccba">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9ccba


Comments

No comments written yet.

Please login to write comment.