Color Hex Logo

#ece146 Color Hex

#ECE146
(236,225,70)
0 Favorites   0 Comments

Color spaces of #ece146

RGB 23622570
HSL0.160.810.60
HSV56°70°93°
CMYK 0.000.050.70   0.07
XYZ62.622872.125516.4154
Yxy72.12550.41430.4771
Hunter Lab84.9267-17.000547.9886
CIE-Lab88.0290-13.321872.9148

#ece146 color RGB value is (236,225,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100001 01000110
Octal 354 341 106
Decimal 236 225 70
Hex EC E1 46

RGB Percentages of Color #ece146

%44.44
%42.37
%13.18

CMYK Percentages of Color #ece146

%0
%5
%70
%7

Triadic Colors of #ece146

#ece146 #46ece1 #e146ec

Analogous Colors of #ece146

#ece146 #a4ec46 #ec8e46

Monochromatic Colors of #ece146

#ece146

Complementary Color

#ece146 #4651ec

#ece146 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece146 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece146 Color CSS Codes

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

#ece146 Text Font Color

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

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


#ece146 Background Color

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

This div background color is #ece146


#ece146 Border Color

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

This div border color is #ece146


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece146


Comments

No comments written yet.

Please login to write comment.