Color Hex Logo

#ece010 Color Hex

#ECE010
(236,224,16)
0 Favorites   0 Comments

Color spaces of #ece010

RGB 23622416
HSL0.160.870.49
HSV57°93°93°
CMYK 0.000.050.93   0.07
XYZ61.341371.181610.9966
Yxy71.18160.42740.4960
Hunter Lab84.3692-17.866251.3306
CIE-Lab87.5732-14.345485.4359

#ece010 color RGB value is (236,224,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100000 00010000
Octal 354 340 20
Decimal 236 224 16
Hex EC E0 10

RGB Percentages of Color #ece010

%49.58
%47.06
%3.36

CMYK Percentages of Color #ece010

%0
%5
%93
%7

Triadic Colors of #ece010

#ece010 #10ece0 #e010ec

Analogous Colors of #ece010

#ece010 #8aec10 #ec7210

Monochromatic Colors of #ece010

#ece010

Complementary Color

#ece010 #101cec

#ece010 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece010 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece010 Color CSS Codes

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

#ece010 Text Font Color

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

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


#ece010 Background Color

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

This div background color is #ece010


#ece010 Border Color

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

This div border color is #ece010


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece010


Comments

No comments written yet.

Please login to write comment.