Color Hex Logo

#ece494 Color Hex

#ECE494
(236,228,148)
0 Favorites   0 Comments

Color spaces of #ece494

RGB 236228148
HSL0.150.700.75
HSV55°37°93°
CMYK 0.000.030.37   0.07
XYZ67.680875.457839.0146
Yxy75.45780.37160.4143
Hunter Lab86.8664-12.940534.1774
CIE-Lab89.6070-8.711940.0274

#ece494 color RGB value is (236,228,148).

#ece494 hex color red value is 236, green value is 228 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #ece494 hue: 0.15 , saturation: 0.70 and the lightness value of ece494 is 0.75.

The process color (four color CMYK) of #ece494 color hex is 0.00, 0.03, 0.37, 0.07. Web safe color of #ece494 is #ffcc99. Color #ece494 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100100 10010100
Octal 354 344 224
Decimal 236 228 148
Hex EC E4 94

RGB Percentages of Color #ece494

%38.56
%37.25
%24.18

CMYK Percentages of Color #ece494

%0
%3
%37
%7

Triadic Colors of #ece494

#ece494 #94ece4 #e494ec

Analogous Colors of #ece494

#ece494 #c8ec94 #ecb894

Monochromatic Colors of #ece494

#ece494

Complementary Color

#ece494 #949cec

#ece494 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece494 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece494 Color CSS Codes

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

#ece494 Text Font Color

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

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


#ece494 Background Color

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

This div background color is #ece494


#ece494 Border Color

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

This div border color is #ece494


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece494


Comments

No comments written yet.

Please login to write comment.