Color Hex Logo

#d8cabd Color Hex

#D8CABD
(216,202,189)
1 Favorites   0 Comments

Color spaces of #d8cabd

RGB 216202189
HSL0.080.260.79
HSV29°13°85°
CMYK 0.000.060.13   0.15
XYZ58.624760.514156.7346
Yxy60.51410.33330.3441
Hunter Lab77.7908-1.612811.2120
CIE-Lab82.11682.69818.2287

#d8cabd color RGB value is (216,202,189).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11001010 10111101
Octal 330 312 275
Decimal 216 202 189
Hex D8 CA BD

RGB Percentages of Color #d8cabd

%35.58
%33.28
%31.14

CMYK Percentages of Color #d8cabd

%0
%6
%13
%15

Triadic Colors of #d8cabd

#d8cabd #bdd8ca #cabdd8

Analogous Colors of #d8cabd

#d8cabd #d8d8bd #d8bdbe

Monochromatic Colors of #d8cabd

#d8cabd

Complementary Color

#d8cabd #bdcbd8

#d8cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8cabd Color CSS Codes

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

#d8cabd Text Font Color

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

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


#d8cabd Background Color

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

This div background color is #d8cabd


#d8cabd Border Color

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

This div border color is #d8cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8cabd


Comments

No comments written yet.

Please login to write comment.