Color Hex Logo

#d5cebf Color Hex

#D5CEBF
(213,206,191)
0 Favorites   0 Comments

Color spaces of #d5cebf

RGB 213206191
HSL0.110.210.79
HSV41°10°84°
CMYK 0.000.030.10   0.16
XYZ58.915862.050358.1619
Yxy62.05030.32890.3464
Hunter Lab78.7720-4.345911.3632
CIE-Lab82.9402-0.14748.3098

#d5cebf color RGB value is (213,206,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010101 11001110 10111111
Octal 325 316 277
Decimal 213 206 191
Hex D5 CE BF

RGB Percentages of Color #d5cebf

%34.92
%33.77
%31.31

CMYK Percentages of Color #d5cebf

%0
%3
%10
%16

Triadic Colors of #d5cebf

#d5cebf #bfd5ce #cebfd5

Analogous Colors of #d5cebf

#d5cebf #d1d5bf #d5c3bf

Monochromatic Colors of #d5cebf

#d5cebf

Complementary Color

#d5cebf #bfc6d5

#d5cebf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d5cebf Color Preview on White Background

Lorem ipsum dolor sit amet.

#d5cebf Color CSS Codes

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

#d5cebf Text Font Color

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

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


#d5cebf Background Color

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

This div background color is #d5cebf


#d5cebf Border Color

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

This div border color is #d5cebf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d5cebf


Comments

No comments written yet.

Please login to write comment.