Color Hex Logo

#ece106 Color Hex

#ECE106
(236,225,6)
0 Favorites   0 Comments

Color spaces of #ece106

RGB 2362256
HSL0.160.950.47
HSV57°97°93°
CMYK 0.000.050.97   0.07
XYZ61.550271.696410.7671
Yxy71.69640.42740.4978
Hunter Lab84.6737-18.425551.7323
CIE-Lab87.8223-14.929186.5178

#ece106 color RGB value is (236,225,6).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100001 00000110
Octal 354 341 6
Decimal 236 225 6
Hex EC E1 6

RGB Percentages of Color #ece106

%50.54
%48.18
%1.28

CMYK Percentages of Color #ece106

%0
%5
%97
%7

Triadic Colors of #ece106

#ece106 #06ece1 #e106ec

Analogous Colors of #ece106

#ece106 #84ec06 #ec6e06

Monochromatic Colors of #ece106

#ece106

Complementary Color

#ece106 #0611ec

#ece106 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece106 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece106 Color CSS Codes

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

#ece106 Text Font Color

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

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


#ece106 Background Color

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

This div background color is #ece106


#ece106 Border Color

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

This div border color is #ece106


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece106


Comments

No comments written yet.

Please login to write comment.