Color Hex Logo

#ecedd3 Color Hex

#ECEDD3
(236,237,211)
0 Favorites   0 Comments

Color spaces of #ecedd3

RGB 236237211
HSL0.170.420.88
HSV62°11°93°
CMYK 0.000.000.11   0.07
XYZ76.634183.104473.6297
Yxy83.10440.32840.3561
Hunter Lab91.1616-9.478615.9256
CIE-Lab93.0601-4.717312.4873

#ecedd3 color RGB value is (236,237,211).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101101 11010011
Octal 354 355 323
Decimal 236 237 211
Hex EC ED D3

RGB Percentages of Color #ecedd3

%34.50
%34.65
%30.85

CMYK Percentages of Color #ecedd3

%0
%0
%11
%7

Triadic Colors of #ecedd3

#ecedd3 #d3eced #edd3ec

Analogous Colors of #ecedd3

#ecedd3 #dfedd3 #ede1d3

Monochromatic Colors of #ecedd3

#ecedd3

Complementary Color

#ecedd3 #d4d3ed

#ecedd3 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecedd3 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecedd3 Color CSS Codes

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

#ecedd3 Text Font Color

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

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


#ecedd3 Background Color

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

This div background color is #ecedd3


#ecedd3 Border Color

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

This div border color is #ecedd3


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecedd3


Comments

No comments written yet.

Please login to write comment.