Color Hex Logo

#ece046 Color Hex

#ECE046
(236,224,70)
0 Favorites   0 Comments

Color spaces of #ece046

RGB 23622470
HSL0.150.810.60
HSV56°70°93°
CMYK 0.000.050.70   0.07
XYZ62.353271.586416.3255
Yxy71.58640.41500.4764
Hunter Lab84.6087-16.518147.7859
CIE-Lab87.7691-12.827172.6615

#ece046 color RGB value is (236,224,70).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100000 01000110
Octal 354 340 106
Decimal 236 224 70
Hex EC E0 46

RGB Percentages of Color #ece046

%44.53
%42.26
%13.21

CMYK Percentages of Color #ece046

%0
%5
%70
%7

Triadic Colors of #ece046

#ece046 #46ece0 #e046ec

Analogous Colors of #ece046

#ece046 #a5ec46 #ec8d46

Monochromatic Colors of #ece046

#ece046

Complementary Color

#ece046 #4652ec

#ece046 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece046 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece046 Color CSS Codes

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

#ece046 Text Font Color

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

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


#ece046 Background Color

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

This div background color is #ece046


#ece046 Border Color

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

This div border color is #ece046


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece046


Comments

No comments written yet.

Please login to write comment.