Color Hex Logo

#d0eace Color Hex

#D0EACE
(208,234,206)
0 Favorites   0 Comments

Color spaces of #d0eace

RGB 208234206
HSL0.320.400.86
HSV116°12°92°
CMYK 0.110.000.12   0.08
XYZ66.575876.711869.6905
Yxy76.71180.31260.3602
Hunter Lab87.5853-17.591814.1334
CIE-Lab90.1888-13.662910.7249

#d0eace color RGB value is (208,234,206).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010000 11101010 11001110
Octal 320 352 316
Decimal 208 234 206
Hex D0 EA CE

RGB Percentages of Color #d0eace

%32.10
%36.11
%31.79

CMYK Percentages of Color #d0eace

%11
%0
%12
%8

Triadic Colors of #d0eace

#d0eace #ced0ea #eaced0

Analogous Colors of #d0eace

#d0eace #ceeada #deeace

Monochromatic Colors of #d0eace

#d0eace

Complementary Color

#d0eace #e8ceea

#d0eace Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d0eace Color Preview on White Background

Lorem ipsum dolor sit amet.

#d0eace Color CSS Codes

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

#d0eace Text Font Color

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

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


#d0eace Background Color

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

This div background color is #d0eace


#d0eace Border Color

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

This div border color is #d0eace


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d0eace


Comments

No comments written yet.

Please login to write comment.