Color Hex Logo

#ece20e Color Hex

#ECE20E
(236,226,14)
0 Favorites   0 Comments

Color spaces of #ece20e

RGB 23622614
HSL0.160.890.49
HSV57°94°93°
CMYK 0.000.040.94   0.07
XYZ61.867772.257311.1017
Yxy72.25730.42600.4975
Hunter Lab85.0043-18.841951.7596
CIE-Lab88.0923-15.350686.0351

#ece20e color RGB value is (236,226,14).

#ece20e hex color red value is 236, green value is 226 and the blue value of its RGB is 14. Cylindrical-coordinate representations (also known as HSL) of color #ece20e hue: 0.16 , saturation: 0.89 and the lightness value of ece20e is 0.49.

The process color (four color CMYK) of #ece20e color hex is 0.00, 0.04, 0.94, 0.07. Web safe color of #ece20e is #ffcc00. Color #ece20e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100010 00001110
Octal 354 342 16
Decimal 236 226 14
Hex EC E2 E

RGB Percentages of Color #ece20e

%49.58
%47.48
%2.94

CMYK Percentages of Color #ece20e

%0
%4
%94
%7

Triadic Colors of #ece20e

#ece20e #0eece2 #e20eec

Analogous Colors of #ece20e

#ece20e #87ec0e #ec730e

Monochromatic Colors of #ece20e

#ece20e

Complementary Color

#ece20e #0e18ec

#ece20e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece20e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece20e Color CSS Codes

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

#ece20e Text Font Color

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

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


#ece20e Background Color

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

This div background color is #ece20e


#ece20e Border Color

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

This div border color is #ece20e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece20e


Comments

No comments written yet.

Please login to write comment.