Color Hex Logo

#ece211 Color Hex

#ECE211
(236,226,17)
0 Favorites   0 Comments

Color spaces of #ece211

RGB 23622617
HSL0.160.870.50
HSV57°93°93°
CMYK 0.000.040.93   0.07
XYZ61.889672.266111.2171
Yxy72.26610.42570.4971
Hunter Lab85.0095-18.812951.6832
CIE-Lab88.0965-15.317685.7198

#ece211 color RGB value is (236,226,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100010 00010001
Octal 354 342 21
Decimal 236 226 17
Hex EC E2 11

RGB Percentages of Color #ece211

%49.27
%47.18
%3.55

CMYK Percentages of Color #ece211

%0
%4
%93
%7

Triadic Colors of #ece211

#ece211 #11ece2 #e211ec

Analogous Colors of #ece211

#ece211 #89ec11 #ec7511

Monochromatic Colors of #ece211

#ece211

Complementary Color

#ece211 #111bec

#ece211 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece211 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece211 Color CSS Codes

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

#ece211 Text Font Color

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

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


#ece211 Background Color

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

This div background color is #ece211


#ece211 Border Color

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

This div border color is #ece211


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece211


Comments

No comments written yet.

Please login to write comment.