Color Hex Logo

#ece040 Color Hex

#ECE040
(236,224,64)
0 Favorites   0 Comments

Color spaces of #ece040

RGB 23622464
HSL0.160.820.59
HSV56°73°93°
CMYK 0.000.050.73   0.07
XYZ62.173171.514315.3773
Yxy71.51430.41710.4798
Hunter Lab84.5661-16.757348.4151
CIE-Lab87.7343-13.095674.6996

#ece040 color RGB value is (236,224,64).

#ece040 hex color red value is 236, green value is 224 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #ece040 hue: 0.16 , saturation: 0.82 and the lightness value of ece040 is 0.59.

The process color (four color CMYK) of #ece040 color hex is 0.00, 0.05, 0.73, 0.07. Web safe color of #ece040 is #ffcc33. Color #ece040 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100000 01000000
Octal 354 340 100
Decimal 236 224 64
Hex EC E0 40

RGB Percentages of Color #ece040

%45.04
%42.75
%12.21

CMYK Percentages of Color #ece040

%0
%5
%73
%7

Triadic Colors of #ece040

#ece040 #40ece0 #e040ec

Analogous Colors of #ece040

#ece040 #a2ec40 #ec8a40

Monochromatic Colors of #ece040

#ece040

Complementary Color

#ece040 #404cec

#ece040 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece040 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece040 Color CSS Codes

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

#ece040 Text Font Color

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

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


#ece040 Background Color

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

This div background color is #ece040


#ece040 Border Color

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

This div border color is #ece040


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece040


Comments

No comments written yet.

Please login to write comment.