Color Hex Logo

#d7cabd Color Hex

#D7CABD
(215,202,189)
0 Favorites   0 Comments

Color spaces of #d7cabd

RGB 215202189
HSL0.080.250.79
HSV30°12°84°
CMYK 0.000.060.12   0.16
XYZ58.330260.362356.7209
Yxy60.36230.33250.3441
Hunter Lab77.6932-1.949511.0998
CIE-Lab82.03472.33818.1001

#d7cabd color RGB value is (215,202,189).

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

The process color (four color CMYK) of #d7cabd color hex is 0.00, 0.06, 0.12, 0.16. Web safe color of #d7cabd is #cccccc. Color #d7cabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001010 10111101
Octal 327 312 275
Decimal 215 202 189
Hex D7 CA BD

RGB Percentages of Color #d7cabd

%35.48
%33.33
%31.19

CMYK Percentages of Color #d7cabd

%0
%6
%12
%16

Triadic Colors of #d7cabd

#d7cabd #bdd7ca #cabdd7

Analogous Colors of #d7cabd

#d7cabd #d7d7bd #d7bdbd

Monochromatic Colors of #d7cabd

#d7cabd

Complementary Color

#d7cabd #bdcad7

#d7cabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cabd Color CSS Codes

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

#d7cabd Text Font Color

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

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


#d7cabd Background Color

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

This div background color is #d7cabd


#d7cabd Border Color

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

This div border color is #d7cabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cabd


Comments

No comments written yet.

Please login to write comment.