Color Hex Logo

#ecb110 Color Hex

#ECB110
(236,177,16)
0 Favorites   0 Comments

Color spaces of #ecb110

RGB 23617716
HSL0.120.870.49
HSV44°93°93°
CMYK 0.000.250.93   0.07
XYZ50.407749.31467.3521
Yxy49.31460.47080.4606
Hunter Lab70.22445.236442.9497
CIE-Lab75.64669.692876.5697

#ecb110 color RGB value is (236,177,16).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110001 00010000
Octal 354 261 20
Decimal 236 177 16
Hex EC B1 10

RGB Percentages of Color #ecb110

%55.01
%41.26
%3.73

CMYK Percentages of Color #ecb110

%0
%25
%93
%7

Triadic Colors of #ecb110

#ecb110 #10ecb1 #b110ec

Analogous Colors of #ecb110

#ecb110 #b9ec10 #ec4310

Monochromatic Colors of #ecb110

#ecb110

Complementary Color

#ecb110 #104bec

#ecb110 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb110 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb110 Color CSS Codes

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

#ecb110 Text Font Color

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

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


#ecb110 Background Color

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

This div background color is #ecb110


#ecb110 Border Color

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

This div border color is #ecb110


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb110


Comments

No comments written yet.

Please login to write comment.