Color Hex Logo

#d5cbbe Color Hex

#D5CBBE
(213,203,190)
0 Favorites   0 Comments

Color spaces of #d5cbbe

RGB 213203190
HSL0.090.210.79
HSV34°11°84°
CMYK 0.000.050.11   0.16
XYZ58.090860.575757.3458
Yxy60.57570.33000.3442
Hunter Lab77.8304-2.974910.7961
CIE-Lab82.15011.25877.7102

#d5cbbe color RGB value is (213,203,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001011 10111110
Octal 325 313 276
Decimal 213 203 190
Hex D5 CB BE

RGB Percentages of Color #d5cbbe

%35.15
%33.50
%31.35

CMYK Percentages of Color #d5cbbe

%0
%5
%11
%16

Triadic Colors of #d5cbbe

#d5cbbe #bed5cb #cbbed5

Analogous Colors of #d5cbbe

#d5cbbe #d4d5be #d5c0be

Monochromatic Colors of #d5cbbe

#d5cbbe

Complementary Color

#d5cbbe #bec8d5

#d5cbbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cbbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cbbe Color CSS Codes

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

#d5cbbe Text Font Color

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

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


#d5cbbe Background Color

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

This div background color is #d5cbbe


#d5cbbe Border Color

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

This div border color is #d5cbbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cbbe


Comments

No comments written yet.

Please login to write comment.