Color Hex Logo

#d5cdbe Color Hex

#D5CDBE
(213,205,190)
0 Favorites   0 Comments

Color spaces of #d5cdbe

RGB 213205190
HSL0.110.210.79
HSV39°11°84°
CMYK 0.000.040.11   0.16
XYZ58.566261.526557.5042
Yxy61.52650.32980.3464
Hunter Lab78.4388-3.991311.4412
CIE-Lab82.66100.21108.4424

#d5cdbe color RGB value is (213,205,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001101 10111110
Octal 325 315 276
Decimal 213 205 190
Hex D5 CD BE

RGB Percentages of Color #d5cdbe

%35.03
%33.72
%31.25

CMYK Percentages of Color #d5cdbe

%0
%4
%11
%16

Triadic Colors of #d5cdbe

#d5cdbe #bed5cd #cdbed5

Analogous Colors of #d5cdbe

#d5cdbe #d2d5be #d5c2be

Monochromatic Colors of #d5cdbe

#d5cdbe

Complementary Color

#d5cdbe #bec6d5

#d5cdbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cdbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cdbe Color CSS Codes

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

#d5cdbe Text Font Color

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

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


#d5cdbe Background Color

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

This div background color is #d5cdbe


#d5cdbe Border Color

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

This div border color is #d5cdbe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(213,205,190, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cdbe


Comments

No comments written yet.

Please login to write comment.