Color Hex Logo

#d8edce Color Hex

#D8EDCE
(216,237,206)
0 Favorites   0 Comments

Color spaces of #d8edce

RGB 216237206
HSL0.280.460.87
HSV101°13°93°
CMYK 0.090.000.13   0.07
XYZ69.743779.623570.0855
Yxy79.62350.31780.3628
Hunter Lab89.2320-16.640515.8942
CIE-Lab91.5157-12.447912.6876

#d8edce color RGB value is (216,237,206).

#d8edce hex color red value is 216, green value is 237 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d8edce hue: 0.28 , saturation: 0.46 and the lightness value of d8edce is 0.87.

The process color (four color CMYK) of #d8edce color hex is 0.09, 0.00, 0.13, 0.07. Web safe color of #d8edce is #ccffcc. Color #d8edce contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101101 11001110
Octal 330 355 316
Decimal 216 237 206
Hex D8 ED CE

RGB Percentages of Color #d8edce

%32.78
%35.96
%31.26

CMYK Percentages of Color #d8edce

%9
%0
%13
%7

Triadic Colors of #d8edce

#d8edce #ced8ed #edced8

Analogous Colors of #d8edce

#d8edce #ceedd4 #e8edce

Monochromatic Colors of #d8edce

#d8edce

Complementary Color

#d8edce #e3ceed

#d8edce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8edce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8edce Color CSS Codes

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

#d8edce Text Font Color

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

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


#d8edce Background Color

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

This div background color is #d8edce


#d8edce Border Color

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

This div border color is #d8edce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8edce


Comments

No comments written yet.

Please login to write comment.