Color Hex Logo

#ecf2be Color Hex

#ECF2BE
(236,242,190)
0 Favorites   0 Comments

Color spaces of #ecf2be

RGB 236242190
HSL0.190.670.85
HSV67°21°95°
CMYK 0.020.000.21   0.05
XYZ75.638585.054861.1458
Yxy85.05480.34100.3834
Hunter Lab92.2252-14.997225.2480
CIE-Lab93.9067-10.390524.4887

#ecf2be color RGB value is (236,242,190).

#ecf2be hex color red value is 236, green value is 242 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #ecf2be hue: 0.19 , saturation: 0.67 and the lightness value of ecf2be is 0.85.

The process color (four color CMYK) of #ecf2be color hex is 0.02, 0.00, 0.21, 0.05. Web safe color of #ecf2be is #ffffcc. Color #ecf2be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11110010 10111110
Octal 354 362 276
Decimal 236 242 190
Hex EC F2 BE

RGB Percentages of Color #ecf2be

%35.33
%36.23
%28.44

CMYK Percentages of Color #ecf2be

%2
%0
%21
%5

Triadic Colors of #ecf2be

#ecf2be #beecf2 #f2beec

Analogous Colors of #ecf2be

#ecf2be #d2f2be #f2debe

Monochromatic Colors of #ecf2be

#ecf2be

Complementary Color

#ecf2be #c4bef2

#ecf2be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf2be Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf2be Color CSS Codes

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

#ecf2be Text Font Color

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

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


#ecf2be Background Color

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

This div background color is #ecf2be


#ecf2be Border Color

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

This div border color is #ecf2be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf2be

#ecf2be Color Palettes


Comments

No comments written yet.

Please login to write comment.