Color Hex Logo

#d7cdba Color Hex

#D7CDBA
(215,205,186)
0 Favorites   0 Comments

Color spaces of #d7cdba

RGB 215205186
HSL0.110.270.79
HSV39°13°84°
CMYK 0.000.050.13   0.16
XYZ58.718661.654955.2602
Yxy61.65490.33430.3510
Hunter Lab78.5206-3.926813.2381
CIE-Lab82.72960.284210.6915

#d7cdba color RGB value is (215,205,186).

#d7cdba hex color red value is 215, green value is 205 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #d7cdba hue: 0.11 , saturation: 0.27 and the lightness value of d7cdba is 0.79.

The process color (four color CMYK) of #d7cdba color hex is 0.00, 0.05, 0.13, 0.16. Web safe color of #d7cdba is #cccccc. Color #d7cdba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11010111 11001101 10111010
Octal 327 315 272
Decimal 215 205 186
Hex D7 CD BA

RGB Percentages of Color #d7cdba

%35.48
%33.83
%30.69

CMYK Percentages of Color #d7cdba

%0
%5
%13
%16

Triadic Colors of #d7cdba

#d7cdba #bad7cd #cdbad7

Analogous Colors of #d7cdba

#d7cdba #d3d7ba #d7bfba

Monochromatic Colors of #d7cdba

#d7cdba

Complementary Color

#d7cdba #bac4d7

#d7cdba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d7cdba Color Preview on White Background

Lorem ipsum dolor sit amet.

#d7cdba Color CSS Codes

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

#d7cdba Text Font Color

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

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


#d7cdba Background Color

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

This div background color is #d7cdba


#d7cdba Border Color

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

This div border color is #d7cdba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d7cdba


Comments

No comments written yet.

Please login to write comment.