Color Hex Logo

#ec8111 Color Hex

#EC8111
(236,129,17)
0 Favorites   0 Comments

Color spaces of #ec8111

RGB 23612917
HSL0.090.870.50
HSV31°93°93°
CMYK 0.000.450.93   0.07
XYZ42.543533.57394.7684
Yxy33.57390.52600.4151
Hunter Lab57.943029.659935.6808
CIE-Lab64.622934.961168.5086

#ec8111 color RGB value is (236,129,17).

#ec8111 hex color red value is 236, green value is 129 and the blue value of its RGB is 17. Cylindrical-coordinate representations (also known as HSL) of color #ec8111 hue: 0.09 , saturation: 0.87 and the lightness value of ec8111 is 0.50.

The process color (four color CMYK) of #ec8111 color hex is 0.00, 0.45, 0.93, 0.07. Web safe color of #ec8111 is #ff9900. Color #ec8111 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10000001 00010001
Octal 354 201 21
Decimal 236 129 17
Hex EC 81 11

RGB Percentages of Color #ec8111

%61.78
%33.77
%4.45

CMYK Percentages of Color #ec8111

%0
%45
%93
%7

Triadic Colors of #ec8111

#ec8111 #11ec81 #8111ec

Analogous Colors of #ec8111

#ec8111 #eaec11 #ec1411

Monochromatic Colors of #ec8111

#ec8111

Complementary Color

#ec8111 #117cec

#ec8111 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ec8111 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ec8111 Color CSS Codes

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

#ec8111 Text Font Color

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

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


#ec8111 Background Color

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

This div background color is #ec8111


#ec8111 Border Color

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

This div border color is #ec8111


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ec8111


Comments

No comments written yet.

Please login to write comment.