Color Hex Logo

#ecfbde Color Hex

#ECFBDE
(236,251,222)
0 Favorites   0 Comments

Color spaces of #ecfbde

RGB 236251222
HSL0.250.780.93
HSV91°12°98°
CMYK 0.060.000.12   0.02
XYZ82.274192.101282.5482
Yxy92.10120.32020.3585
Hunter Lab95.9694-14.919216.1802
CIE-Lab96.8617-9.955812.2222

#ecfbde color RGB value is (236,251,222).

#ecfbde hex color red value is 236, green value is 251 and the blue value of its RGB is 222. Cylindrical-coordinate representations (also known as HSL) of color #ecfbde hue: 0.25 , saturation: 0.78 and the lightness value of ecfbde is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11111011 11011110
Octal 354 373 336
Decimal 236 251 222
Hex EC FB DE

RGB Percentages of Color #ecfbde

%33.29
%35.40
%31.31

CMYK Percentages of Color #ecfbde

%6
%0
%12
%2

Triadic Colors of #ecfbde

#ecfbde #deecfb #fbdeec

Analogous Colors of #ecfbde

#ecfbde #defbdf #fbfbde

Monochromatic Colors of #ecfbde

#ecfbde

Complementary Color

#ecfbde #eddefb

#ecfbde Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecfbde Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecfbde Color CSS Codes

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

#ecfbde Text Font Color

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

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


#ecfbde Background Color

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

This div background color is #ecfbde


#ecfbde Border Color

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

This div border color is #ecfbde


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecfbde

#ecfbde Color Palettes


Comments

No comments written yet.

Please login to write comment.