Color Hex Logo

#ecf0dc Color Hex

#ECF0DC
(236,240,220)
0 Favorites   0 Comments

Color spaces of #ecf0dc

RGB 236240220
HSL0.200.400.90
HSV72°94°
CMYK 0.020.000.08   0.06
XYZ78.670485.320480.0322
Yxy85.32040.32240.3496
Hunter Lab92.3690-9.618013.2871
CIE-Lab94.0210-4.77319.1965

#ecf0dc color RGB value is (236,240,220).

#ecf0dc hex color red value is 236, green value is 240 and the blue value of its RGB is 220. Cylindrical-coordinate representations (also known as HSL) of color #ecf0dc hue: 0.20 , saturation: 0.40 and the lightness value of ecf0dc is 0.90.

The process color (four color CMYK) of #ecf0dc color hex is 0.02, 0.00, 0.08, 0.06. Web safe color of #ecf0dc is #ffffcc. Color #ecf0dc contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11110000 11011100
Octal 354 360 334
Decimal 236 240 220
Hex EC F0 DC

RGB Percentages of Color #ecf0dc

%33.91
%34.48
%31.61

CMYK Percentages of Color #ecf0dc

%2
%0
%8
%6

Triadic Colors of #ecf0dc

#ecf0dc #dcecf0 #f0dcec

Analogous Colors of #ecf0dc

#ecf0dc #e2f0dc #f0eadc

Monochromatic Colors of #ecf0dc

#ecf0dc

Complementary Color

#ecf0dc #e0dcf0

#ecf0dc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf0dc Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf0dc Color CSS Codes

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

#ecf0dc Text Font Color

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

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


#ecf0dc Background Color

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

This div background color is #ecf0dc


#ecf0dc Border Color

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

This div border color is #ecf0dc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf0dc


Comments

No comments written yet.

Please login to write comment.