Color Hex Logo

#ece113 Color Hex

#ECE113
(236,225,19)
0 Favorites   0 Comments

Color spaces of #ece113

RGB 23622519
HSL0.160.850.50
HSV57°92°93°
CMYK 0.000.050.92   0.07
XYZ61.634871.730311.2129
Yxy71.73030.42630.4961
Hunter Lab84.6937-18.312951.4360
CIE-Lab87.8386-14.801585.2868

#ece113 color RGB value is (236,225,19).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11100001 00010011
Octal 354 341 23
Decimal 236 225 19
Hex EC E1 13

RGB Percentages of Color #ece113

%49.17
%46.88
%3.96

CMYK Percentages of Color #ece113

%0
%5
%92
%7

Triadic Colors of #ece113

#ece113 #13ece1 #e113ec

Analogous Colors of #ece113

#ece113 #8bec13 #ec7513

Monochromatic Colors of #ece113

#ece113

Complementary Color

#ece113 #131eec

#ece113 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ece113 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ece113 Color CSS Codes

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

#ece113 Text Font Color

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

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


#ece113 Background Color

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

This div background color is #ece113


#ece113 Border Color

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

This div border color is #ece113


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ece113

#ece113 Color Palettes


Comments

No comments written yet.

Please login to write comment.