Color Hex Logo

#d9cbba Color Hex

#D9CBBA
(217,203,186)
0 Favorites   0 Comments

Color spaces of #d9cbba

RGB 217203186
HSL0.090.290.79
HSV33°14°85°
CMYK 0.000.060.14   0.15
XYZ58.834161.008855.1293
Yxy61.00880.33620.3487
Hunter Lab78.1081-2.236012.8284
CIE-Lab82.38352.054910.2209

#d9cbba color RGB value is (217,203,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001011 10111010
Octal 331 313 272
Decimal 217 203 186
Hex D9 CB BA

RGB Percentages of Color #d9cbba

%35.81
%33.50
%30.69

CMYK Percentages of Color #d9cbba

%0
%6
%14
%15

Triadic Colors of #d9cbba

#d9cbba #bad9cb #cbbad9

Analogous Colors of #d9cbba

#d9cbba #d8d9ba #d9bcba

Monochromatic Colors of #d9cbba

#d9cbba

Complementary Color

#d9cbba #bac8d9

#d9cbba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cbba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cbba Color CSS Codes

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

#d9cbba Text Font Color

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

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


#d9cbba Background Color

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

This div background color is #d9cbba


#d9cbba Border Color

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

This div border color is #d9cbba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cbba


Comments

No comments written yet.

Please login to write comment.