Color Hex Logo

#ecf80e Color Hex

#ECF80E
(236,248,14)
0 Favorites   0 Comments

Color spaces of #ecf80e

RGB 23624814
HSL0.180.940.51
HSV63°94°97°
CMYK 0.050.000.94   0.03
XYZ68.238784.999413.2254
Yxy84.99940.40990.5106
Hunter Lab92.1951-29.223756.0314
CIE-Lab93.8829-25.918990.4051

#ecf80e color RGB value is (236,248,14).

#ecf80e hex color red value is 236, green value is 248 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ecf80e hue: 0.18 , saturation: 0.94 and the lightness value of ecf80e is 0.51.

The process color (four color CMYK) of #ecf80e color hex is 0.05, 0.00, 0.94, 0.03. Web safe color of #ecf80e is #ffff00. Color #ecf80e contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11111000 00001110
Octal 354 370 16
Decimal 236 248 14
Hex EC F8 E

RGB Percentages of Color #ecf80e

%47.39
%49.80
%2.81

CMYK Percentages of Color #ecf80e

%5
%0
%94
%3

Triadic Colors of #ecf80e

#ecf80e #0eecf8 #f80eec

Analogous Colors of #ecf80e

#ecf80e #77f80e #f88f0e

Monochromatic Colors of #ecf80e

#ecf80e

Complementary Color

#ecf80e #1a0ef8

#ecf80e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecf80e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecf80e Color CSS Codes

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

#ecf80e Text Font Color

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

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


#ecf80e Background Color

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

This div background color is #ecf80e


#ecf80e Border Color

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

This div border color is #ecf80e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecf80e


Comments

No comments written yet.

Please login to write comment.