Color Hex Logo

#ecedd4 Color Hex

#ECEDD4
(236,237,212)
0 Favorites   0 Comments

Color spaces of #ecedd4

RGB 236237212
HSL0.170.410.88
HSV62°11°93°
CMYK 0.000.000.11   0.07
XYZ76.759983.154774.2921
Yxy83.15470.32770.3550
Hunter Lab91.1892-9.326015.5287
CIE-Lab93.0821-4.557612.0004

#ecedd4 color RGB value is (236,237,212).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11101101 11010100
Octal 354 355 324
Decimal 236 237 212
Hex EC ED D4

RGB Percentages of Color #ecedd4

%34.45
%34.60
%30.95

CMYK Percentages of Color #ecedd4

%0
%0
%11
%7

Triadic Colors of #ecedd4

#ecedd4 #d4eced #edd4ec

Analogous Colors of #ecedd4

#ecedd4 #e0edd4 #ede2d4

Monochromatic Colors of #ecedd4

#ecedd4

Complementary Color

#ecedd4 #d5d4ed

#ecedd4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecedd4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecedd4 Color CSS Codes

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

#ecedd4 Text Font Color

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

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


#ecedd4 Background Color

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

This div background color is #ecedd4


#ecedd4 Border Color

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

This div border color is #ecedd4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecedd4


Comments

No comments written yet.

Please login to write comment.