Color Hex Logo

#d8eace Color Hex

#D8EACE
(216,234,206)
0 Favorites   0 Comments

Color spaces of #d8eace

RGB 216234206
HSL0.270.400.86
HSV99°12°92°
CMYK 0.080.000.12   0.08
XYZ68.882377.900869.7984
Yxy77.90080.31800.3597
Hunter Lab88.2614-15.149914.8956
CIE-Lab90.7346-10.945711.5771

#d8eace color RGB value is (216,234,206).

#d8eace hex color red value is 216, green value is 234 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d8eace hue: 0.27 , saturation: 0.40 and the lightness value of d8eace is 0.86.

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

Base Numbers

BaseRedGreenBlue
Binary 11011000 11101010 11001110
Octal 330 352 316
Decimal 216 234 206
Hex D8 EA CE

RGB Percentages of Color #d8eace

%32.93
%35.67
%31.40

CMYK Percentages of Color #d8eace

%8
%0
%12
%8

Triadic Colors of #d8eace

#d8eace #ced8ea #eaced8

Analogous Colors of #d8eace

#d8eace #ceead2 #e6eace

Monochromatic Colors of #d8eace

#d8eace

Complementary Color

#d8eace #e0ceea

#d8eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d8eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d8eace Color CSS Codes

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

#d8eace Text Font Color

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

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


#d8eace Background Color

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

This div background color is #d8eace


#d8eace Border Color

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

This div border color is #d8eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d8eace


Comments

No comments written yet.

Please login to write comment.