Color Hex Logo

#ecf2ae Color Hex

#ECF2AE
(236,242,174)
0 Favorites   0 Comments

Color spaces of #ecf2ae

RGB 236242174
HSL0.180.720.82
HSV65°28°95°
CMYK 0.020.000.28   0.05
XYZ73.984284.393152.4345
Yxy84.39310.35090.4003
Hunter Lab91.8657-17.009730.4649
CIE-Lab93.6210-12.561732.2367

#ecf2ae color RGB value is (236,242,174).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11110010 10101110
Octal 354 362 256
Decimal 236 242 174
Hex EC F2 AE

RGB Percentages of Color #ecf2ae

%36.20
%37.12
%26.69

CMYK Percentages of Color #ecf2ae

%2
%0
%28
%5

Triadic Colors of #ecf2ae

#ecf2ae #aeecf2 #f2aeec

Analogous Colors of #ecf2ae

#ecf2ae #caf2ae #f2d6ae

Monochromatic Colors of #ecf2ae

#ecf2ae

Complementary Color

#ecf2ae #b4aef2

#ecf2ae Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf2ae Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf2ae Color CSS Codes

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

#ecf2ae Text Font Color

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

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


#ecf2ae Background Color

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

This div background color is #ecf2ae


#ecf2ae Border Color

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

This div border color is #ecf2ae


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,242,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 #ecf2ae">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf2ae


Comments

No comments written yet.

Please login to write comment.