Color Hex Logo

#ececd6 Color Hex

#ECECD6
(236,236,214)
0 Favorites   0 Comments

Color spaces of #ececd6

RGB 236236214
HSL0.170.370.88
HSV60°93°
CMYK 0.000.000.09   0.07
XYZ76.725182.678875.5331
Yxy82.67880.32660.3519
Hunter Lab90.9279-8.505214.3978
CIE-Lab92.8736-3.729310.6660

#ececd6 color RGB value is (236,236,214).

#ececd6 hex color red value is 236, green value is 236 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #ececd6 hue: 0.17 , saturation: 0.37 and the lightness value of ececd6 is 0.88.

The process color (four color CMYK) of #ececd6 color hex is 0.00, 0.00, 0.09, 0.07. Web safe color of #ececd6 is #ffffcc. Color #ececd6 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101100 11010110
Octal 354 354 326
Decimal 236 236 214
Hex EC EC D6

RGB Percentages of Color #ececd6

%34.40
%34.40
%31.20

CMYK Percentages of Color #ececd6

%0
%0
%9
%7

Triadic Colors of #ececd6

#ececd6 #d6ecec #ecd6ec

Analogous Colors of #ececd6

#ececd6 #e1ecd6 #ece1d6

Monochromatic Colors of #ececd6

#ececd6

Complementary Color

#ececd6 #d6d6ec

#ececd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ececd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ececd6 Color CSS Codes

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

#ececd6 Text Font Color

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

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


#ececd6 Background Color

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

This div background color is #ececd6


#ececd6 Border Color

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

This div border color is #ececd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ececd6

#ececd6 Color Palettes


Comments

No comments written yet.

Please login to write comment.