Color Hex Logo

#d6ecab Color Hex

#D6ECAB
(214,236,171)
0 Favorites   0 Comments

Color spaces of #d6ecab

RGB 214236171
HSL0.220.630.80
HSV80°28°93°
CMYK 0.090.000.28   0.07
XYZ65.077777.227350.0045
Yxy77.22730.33840.4016
Hunter Lab87.8791-21.602527.7784
CIE-Lab90.4261-18.041929.1884

#d6ecab color RGB value is (214,236,171).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11010110 11101100 10101011
Octal 326 354 253
Decimal 214 236 171
Hex D6 EC AB

RGB Percentages of Color #d6ecab

%34.46
%38.00
%27.54

CMYK Percentages of Color #d6ecab

%9
%0
%28
%7

Triadic Colors of #d6ecab

#d6ecab #abd6ec #ecabd6

Analogous Colors of #d6ecab

#d6ecab #b6ecab #ece2ab

Monochromatic Colors of #d6ecab

#d6ecab

Complementary Color

#d6ecab #c1abec

#d6ecab Color Preview on Black Background

Lorem ipsum dolor sit amet.

#d6ecab Color Preview on White Background

Lorem ipsum dolor sit amet.

#d6ecab Color CSS Codes

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

#d6ecab Text Font Color

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

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


#d6ecab Background Color

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

This div background color is #d6ecab


#d6ecab Border Color

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

This div border color is #d6ecab


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #d6ecab


Comments

No comments written yet.

Please login to write comment.