Color Hex Logo

#ececd5 Color Hex

#ECECD5
(236,236,213)
0 Favorites   0 Comments

Color spaces of #ececd5

RGB 236236213
HSL0.170.380.88
HSV60°10°93°
CMYK 0.000.000.10   0.07
XYZ76.597882.627974.8624
Yxy82.62790.32720.3530
Hunter Lab90.8999-8.659814.8005
CIE-Lab92.8513-3.890611.1530

#ececd5 color RGB value is (236,236,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101100 11010101
Octal 354 354 325
Decimal 236 236 213
Hex EC EC D5

RGB Percentages of Color #ececd5

%34.45
%34.45
%31.09

CMYK Percentages of Color #ececd5

%0
%0
%10
%7

Triadic Colors of #ececd5

#ececd5 #d5ecec #ecd5ec

Analogous Colors of #ececd5

#ececd5 #e1ecd5 #ece1d5

Monochromatic Colors of #ececd5

#ececd5

Complementary Color

#ececd5 #d5d5ec

#ececd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ececd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ececd5 Color CSS Codes

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

#ececd5 Text Font Color

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

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


#ececd5 Background Color

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

This div background color is #ececd5


#ececd5 Border Color

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

This div border color is #ececd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ececd5


Comments

No comments written yet.

Please login to write comment.