Color Hex Logo

#d8e1ce Color Hex

#D8E1CE
(216,225,206)
0 Favorites   0 Comments

Color spaces of #d8e1ce

RGB 216225206
HSL0.250.240.85
HSV88°88°
CMYK 0.040.000.08   0.12
XYZ66.384772.905668.9659
Yxy72.90560.31880.3501
Hunter Lab85.3848-10.643711.8804
CIE-Lab88.4027-6.38948.2448

#d8e1ce color RGB value is (216,225,206).

#d8e1ce hex color red value is 216, green value is 225 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d8e1ce hue: 0.25 , saturation: 0.24 and the lightness value of d8e1ce is 0.85.

The process color (four color CMYK) of #d8e1ce color hex is 0.04, 0.00, 0.08, 0.12. Web safe color of #d8e1ce is #cccccc. Color #d8e1ce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11100001 11001110
Octal 330 341 316
Decimal 216 225 206
Hex D8 E1 CE

RGB Percentages of Color #d8e1ce

%33.38
%34.78
%31.84

CMYK Percentages of Color #d8e1ce

%4
%0
%8
%12

Triadic Colors of #d8e1ce

#d8e1ce #ced8e1 #e1ced8

Analogous Colors of #d8e1ce

#d8e1ce #cfe1ce #e1e1ce

Monochromatic Colors of #d8e1ce

#d8e1ce

Complementary Color

#d8e1ce #d7cee1

#d8e1ce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8e1ce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8e1ce Color CSS Codes

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

#d8e1ce Text Font Color

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

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


#d8e1ce Background Color

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

This div background color is #d8e1ce


#d8e1ce Border Color

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

This div border color is #d8e1ce


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(216,225,206, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8e1ce

#d8e1ce Color Palettes


Comments

No comments written yet.

Please login to write comment.