Color Hex Logo

#d9caba Color Hex

#D9CABA
(217,202,186)
0 Favorites   0 Comments

Color spaces of #d9caba

RGB 217202186
HSL0.090.290.79
HSV31°14°85°
CMYK 0.000.070.14   0.15
XYZ58.598760.537955.0509
Yxy60.53790.33640.3475
Hunter Lab77.8061-1.725612.5143
CIE-Lab82.12972.57979.8589

#d9caba color RGB value is (217,202,186).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011001 11001010 10111010
Octal 331 312 272
Decimal 217 202 186
Hex D9 CA BA

RGB Percentages of Color #d9caba

%35.87
%33.39
%30.74

CMYK Percentages of Color #d9caba

%0
%7
%14
%15

Triadic Colors of #d9caba

#d9caba #bad9ca #cabad9

Analogous Colors of #d9caba

#d9caba #d9d9ba #d9bbba

Monochromatic Colors of #d9caba

#d9caba

Complementary Color

#d9caba #bac9d9

#d9caba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d9caba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d9caba Color CSS Codes

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

#d9caba Text Font Color

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

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


#d9caba Background Color

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

This div background color is #d9caba


#d9caba Border Color

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

This div border color is #d9caba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d9caba


Comments

No comments written yet.

Please login to write comment.