Color Hex Logo

#d7cabf Color Hex

#D7CABF
(215,202,191)
0 Favorites   0 Comments

Color spaces of #d7cabf

RGB 215202191
HSL0.080.230.80
HSV28°11°84°
CMYK 0.000.060.11   0.16
XYZ58.548860.449757.8723
Yxy60.44970.33100.3418
Hunter Lab77.7494-1.642910.2924
CIE-Lab82.08202.66447.1000

#d7cabf color RGB value is (215,202,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001010 10111111
Octal 327 312 277
Decimal 215 202 191
Hex D7 CA BF

RGB Percentages of Color #d7cabf

%35.36
%33.22
%31.41

CMYK Percentages of Color #d7cabf

%0
%6
%11
%16

Triadic Colors of #d7cabf

#d7cabf #bfd7ca #cabfd7

Analogous Colors of #d7cabf

#d7cabf #d7d6bf #d7bfc0

Monochromatic Colors of #d7cabf

#d7cabf

Complementary Color

#d7cabf #bfccd7

#d7cabf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cabf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cabf Color CSS Codes

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

#d7cabf Text Font Color

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

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


#d7cabf Background Color

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

This div background color is #d7cabf


#d7cabf Border Color

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

This div border color is #d7cabf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cabf

#d7cabf Color Palettes


Comments

No comments written yet.

Please login to write comment.