Color Hex Logo

#d5cfbe Color Hex

#D5CFBE
(213,207,190)
0 Favorites   0 Comments

Color spaces of #d5cfbe

RGB 213207190
HSL0.120.210.79
HSV44°11°84°
CMYK 0.000.030.11   0.16
XYZ59.047762.489557.6647
Yxy62.48950.32950.3487
Hunter Lab79.0503-5.005012.0850
CIE-Lab83.1731-0.83349.1751

#d5cfbe color RGB value is (213,207,190).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001111 10111110
Octal 325 317 276
Decimal 213 207 190
Hex D5 CF BE

RGB Percentages of Color #d5cfbe

%34.92
%33.93
%31.15

CMYK Percentages of Color #d5cfbe

%0
%3
%11
%16

Triadic Colors of #d5cfbe

#d5cfbe #bed5cf #cfbed5

Analogous Colors of #d5cfbe

#d5cfbe #d0d5be #d5c4be

Monochromatic Colors of #d5cfbe

#d5cfbe

Complementary Color

#d5cfbe #bec4d5

#d5cfbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cfbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cfbe Color CSS Codes

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

#d5cfbe Text Font Color

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

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


#d5cfbe Background Color

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

This div background color is #d5cfbe


#d5cfbe Border Color

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

This div border color is #d5cfbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cfbe


Comments

No comments written yet.

Please login to write comment.