Color Hex Logo

#ecf0db Color Hex

#ECF0DB
(236,240,219)
0 Favorites   0 Comments

Color spaces of #ecf0db

RGB 236240219
HSL0.200.410.90
HSV71°94°
CMYK 0.020.000.09   0.06
XYZ78.538385.267579.3367
Yxy85.26750.32300.3507
Hunter Lab92.3404-9.776113.6977
CIE-Lab93.9983-4.93809.6817

#ecf0db color RGB value is (236,240,219).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11110000 11011011
Octal 354 360 333
Decimal 236 240 219
Hex EC F0 DB

RGB Percentages of Color #ecf0db

%33.96
%34.53
%31.51

CMYK Percentages of Color #ecf0db

%2
%0
%9
%6

Triadic Colors of #ecf0db

#ecf0db #dbecf0 #f0dbec

Analogous Colors of #ecf0db

#ecf0db #e2f0db #f0eadb

Monochromatic Colors of #ecf0db

#ecf0db

Complementary Color

#ecf0db #dfdbf0

#ecf0db Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf0db Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf0db Color CSS Codes

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

#ecf0db Text Font Color

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

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


#ecf0db Background Color

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

This div background color is #ecf0db


#ecf0db Border Color

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

This div border color is #ecf0db


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf0db


Comments

No comments written yet.

Please login to write comment.