Color Hex Logo

#ecf094 Color Hex

#ECF094
(236,240,148)
0 Favorites   0 Comments

Color spaces of #ecf094

RGB 236240148
HSL0.170.750.76
HSV63°38°94°
CMYK 0.020.000.38   0.06
XYZ71.097582.291240.1535
Yxy82.29120.36730.4252
Hunter Lab90.7145-18.851037.2563
CIE-Lab92.7032-14.667443.9967

#ecf094 color RGB value is (236,240,148).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11110000 10010100
Octal 354 360 224
Decimal 236 240 148
Hex EC F0 94

RGB Percentages of Color #ecf094

%37.82
%38.46
%23.72

CMYK Percentages of Color #ecf094

%2
%0
%38
%6

Triadic Colors of #ecf094

#ecf094 #94ecf0 #f094ec

Analogous Colors of #ecf094

#ecf094 #bef094 #f0c694

Monochromatic Colors of #ecf094

#ecf094

Complementary Color

#ecf094 #9894f0

#ecf094 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf094 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf094 Color CSS Codes

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

#ecf094 Text Font Color

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

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


#ecf094 Background Color

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

This div background color is #ecf094


#ecf094 Border Color

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

This div border color is #ecf094


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf094


Comments

No comments written yet.

Please login to write comment.