Color Hex Logo

#ecf0ba Color Hex

#ECF0BA
(236,240,186)
0 Favorites   0 Comments

Color spaces of #ecf0ba

RGB 236240186
HSL0.180.640.84
HSV64°23°94°
CMYK 0.020.000.23   0.06
XYZ74.615183.698258.6771
Yxy83.69820.34390.3857
Hunter Lab91.4867-14.520026.0137
CIE-Lab93.3193-9.957525.7270

#ecf0ba color RGB value is (236,240,186).

#ecf0ba hex color red value is 236, green value is 240 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #ecf0ba hue: 0.18 , saturation: 0.64 and the lightness value of ecf0ba is 0.84.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11110000 10111010
Octal 354 360 272
Decimal 236 240 186
Hex EC F0 BA

RGB Percentages of Color #ecf0ba

%35.65
%36.25
%28.10

CMYK Percentages of Color #ecf0ba

%2
%0
%23
%6

Triadic Colors of #ecf0ba

#ecf0ba #baecf0 #f0baec

Analogous Colors of #ecf0ba

#ecf0ba #d1f0ba #f0d9ba

Monochromatic Colors of #ecf0ba

#ecf0ba

Complementary Color

#ecf0ba #bebaf0

#ecf0ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf0ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf0ba Color CSS Codes

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

#ecf0ba Text Font Color

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

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


#ecf0ba Background Color

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

This div background color is #ecf0ba


#ecf0ba Border Color

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

This div border color is #ecf0ba


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf0ba


Comments

No comments written yet.

Please login to write comment.