Color Hex Logo

#d2ecce Color Hex

#D2ECCE
(210,236,206)
0 Favorites   0 Comments

Color spaces of #d2ecce

RGB 210236206
HSL0.310.440.87
HSV112°13°93°
CMYK 0.110.000.13   0.07
XYZ67.714478.148869.9078
Yxy78.14880.31380.3622
Hunter Lab88.4018-17.975014.9950
CIE-Lab90.8478-13.986211.6821

#d2ecce color RGB value is (210,236,206).

#d2ecce hex color red value is 210, green value is 236 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #d2ecce hue: 0.31 , saturation: 0.44 and the lightness value of d2ecce is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11010010 11101100 11001110
Octal 322 354 316
Decimal 210 236 206
Hex D2 EC CE

RGB Percentages of Color #d2ecce

%32.21
%36.20
%31.60

CMYK Percentages of Color #d2ecce

%11
%0
%13
%7

Triadic Colors of #d2ecce

#d2ecce #ced2ec #ecced2

Analogous Colors of #d2ecce

#d2ecce #ceecd9 #e1ecce

Monochromatic Colors of #d2ecce

#d2ecce

Complementary Color

#d2ecce #e8ceec

#d2ecce Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d2ecce Color Preview on White Background

Lorem ipsum dolor sit amet.

#d2ecce Color CSS Codes

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

#d2ecce Text Font Color

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

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


#d2ecce Background Color

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

This div background color is #d2ecce


#d2ecce Border Color

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

This div border color is #d2ecce


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d2ecce


Comments

No comments written yet.

Please login to write comment.