Color Hex Logo

#ecb411 Color Hex

#ECB411
(236,180,17)
0 Favorites   0 Comments

Color spaces of #ecb411

RGB 23618017
HSL0.120.870.50
HSV45°93°93°
CMYK 0.000.240.93   0.07
XYZ51.014550.51597.5921
Yxy50.51590.46750.4629
Hunter Lab71.07453.739843.4189
CIE-Lab76.38488.128476.9657

#ecb411 color RGB value is (236,180,17).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 00010001
Octal 354 264 21
Decimal 236 180 17
Hex EC B4 11

RGB Percentages of Color #ecb411

%54.50
%41.57
%3.93

CMYK Percentages of Color #ecb411

%0
%24
%93
%7

Triadic Colors of #ecb411

#ecb411 #11ecb4 #b411ec

Analogous Colors of #ecb411

#ecb411 #b7ec11 #ec4711

Monochromatic Colors of #ecb411

#ecb411

Complementary Color

#ecb411 #1149ec

#ecb411 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb411 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb411 Color CSS Codes

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

#ecb411 Text Font Color

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

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


#ecb411 Background Color

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

This div background color is #ecb411


#ecb411 Border Color

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

This div border color is #ecb411


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb411


Comments

No comments written yet.

Please login to write comment.