Color Hex Logo

#d9cabb Color Hex

#D9CABB
(217,202,187)
0 Favorites   0 Comments

Color spaces of #d9cabb

RGB 217202187
HSL0.080.280.79
HSV30°14°85°
CMYK 0.000.070.14   0.15
XYZ58.705460.580655.6128
Yxy60.58060.33570.3464
Hunter Lab77.8335-1.576312.1202
CIE-Lab82.15282.73849.3584

#d9cabb color RGB value is (217,202,187).

#d9cabb hex color red value is 217, green value is 202 and the blue value of its RGB is 187. Cylindrical-coordinate representations (also known as HSL) of color #d9cabb hue: 0.08 , saturation: 0.28 and the lightness value of d9cabb is 0.79.

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001010 10111011
Octal 331 312 273
Decimal 217 202 187
Hex D9 CA BB

RGB Percentages of Color #d9cabb

%35.81
%33.33
%30.86

CMYK Percentages of Color #d9cabb

%0
%7
%14
%15

Triadic Colors of #d9cabb

#d9cabb #bbd9ca #cabbd9

Analogous Colors of #d9cabb

#d9cabb #d9d9bb #d9bbbb

Monochromatic Colors of #d9cabb

#d9cabb

Complementary Color

#d9cabb #bbcad9

#d9cabb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9cabb Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9cabb Color CSS Codes

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

#d9cabb Text Font Color

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

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


#d9cabb Background Color

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

This div background color is #d9cabb


#d9cabb Border Color

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

This div border color is #d9cabb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(217,202,187, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9cabb


Comments

No comments written yet.

Please login to write comment.