Color Hex Logo

#ecf0ae Color Hex

#ECF0AE
(236,240,174)
0 Favorites   0 Comments

Color spaces of #ecf0ae

RGB 236240174
HSL0.180.690.81
HSV64°28°94°
CMYK 0.020.000.28   0.06
XYZ73.392183.209052.2372
Yxy83.20900.35140.3984
Hunter Lab91.2190-16.017329.9004
CIE-Lab93.1059-11.571731.5455

#ecf0ae color RGB value is (236,240,174).

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

The process color (four color CMYK) of #ecf0ae color hex is 0.02, 0.00, 0.28, 0.06. Web safe color of #ecf0ae is #ffff99. Color #ecf0ae contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11110000 10101110
Octal 354 360 256
Decimal 236 240 174
Hex EC F0 AE

RGB Percentages of Color #ecf0ae

%36.31
%36.92
%26.77

CMYK Percentages of Color #ecf0ae

%2
%0
%28
%6

Triadic Colors of #ecf0ae

#ecf0ae #aeecf0 #f0aeec

Analogous Colors of #ecf0ae

#ecf0ae #cbf0ae #f0d3ae

Monochromatic Colors of #ecf0ae

#ecf0ae

Complementary Color

#ecf0ae #b2aef0

#ecf0ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf0ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf0ae Color CSS Codes

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

#ecf0ae Text Font Color

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

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


#ecf0ae Background Color

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

This div background color is #ecf0ae


#ecf0ae Border Color

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

This div border color is #ecf0ae


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf0ae

#ecf0ae Color Palettes


Comments

No comments written yet.

Please login to write comment.