Color Hex Logo

#ece101 Color Hex

#ECE101
(236,225,1)
0 Favorites   0 Comments

Color spaces of #ece101

RGB 2362251
HSL0.160.990.46
HSV57°100°93°
CMYK 0.000.051.00   0.07
XYZ61.522871.685510.6228
Yxy71.68550.42770.4984
Hunter Lab84.6673-18.462251.8283
CIE-Lab87.8170-14.970686.9238

#ece101 color RGB value is (236,225,1).

#ece101 hex color red value is 236, green value is 225 and the blue value of its RGB is 1. Cylindrical-coordinate representations (also known as HSL) of color #ece101 hue: 0.16 , saturation: 0.99 and the lightness value of ece101 is 0.46.

The process color (four color CMYK) of #ece101 color hex is 0.00, 0.05, 1.00, 0.07. Web safe color of #ece101 is #ffcc00. Color #ece101 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100001 00000001
Octal 354 341 1
Decimal 236 225 1
Hex EC E1 1

RGB Percentages of Color #ece101

%51.08
%48.70
%0.22

CMYK Percentages of Color #ece101

%0
%5
%100
%7

Triadic Colors of #ece101

#ece101 #01ece1 #e101ec

Analogous Colors of #ece101

#ece101 #82ec01 #ec6c01

Monochromatic Colors of #ece101

#ece101

Complementary Color

#ece101 #010cec

#ece101 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece101 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece101 Color CSS Codes

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

#ece101 Text Font Color

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

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


#ece101 Background Color

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

This div background color is #ece101


#ece101 Border Color

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

This div border color is #ece101


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece101


Comments

No comments written yet.

Please login to write comment.