Color Hex Logo

#d6ecac Color Hex

#D6ECAC
(214,236,172)
0 Favorites   0 Comments

Color spaces of #d6ecac

RGB 214236172
HSL0.220.630.80
HSV81°27°93°
CMYK 0.090.000.27   0.07
XYZ65.173477.265650.5085
Yxy77.26560.33780.4004
Hunter Lab87.9009-21.479127.4621
CIE-Lab90.4437-17.901828.7021

#d6ecac color RGB value is (214,236,172).

#d6ecac hex color red value is 214, green value is 236 and the blue value of its RGB is 172. Cylindrical-coordinate representations (also known as HSL) of color #d6ecac hue: 0.22 , saturation: 0.63 and the lightness value of d6ecac is 0.80.

The process color (four color CMYK) of #d6ecac color hex is 0.09, 0.00, 0.27, 0.07. Web safe color of #d6ecac is #ccff99. Color #d6ecac contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101100 10101100
Octal 326 354 254
Decimal 214 236 172
Hex D6 EC AC

RGB Percentages of Color #d6ecac

%34.41
%37.94
%27.65

CMYK Percentages of Color #d6ecac

%9
%0
%27
%7

Triadic Colors of #d6ecac

#d6ecac #acd6ec #ecacd6

Analogous Colors of #d6ecac

#d6ecac #b6ecac #ece2ac

Monochromatic Colors of #d6ecac

#d6ecac

Complementary Color

#d6ecac #c2acec

#d6ecac Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ecac Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ecac Color CSS Codes

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

#d6ecac Text Font Color

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

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


#d6ecac Background Color

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

This div background color is #d6ecac


#d6ecac Border Color

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

This div border color is #d6ecac


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(214,236,172, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ecac


Comments

No comments written yet.

Please login to write comment.