Color Hex Logo

#ecb103 Color Hex

#ECB103
(236,177,3)
0 Favorites   0 Comments

Color spaces of #ecb103

RGB 2361773
HSL0.120.970.47
HSV45°99°93°
CMYK 0.000.250.99   0.07
XYZ50.330649.28376.9461
Yxy49.28370.47230.4625
Hunter Lab70.20245.119043.2753
CIE-Lab75.62759.568978.0643

#ecb103 color RGB value is (236,177,3).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110001 00000011
Octal 354 261 3
Decimal 236 177 3
Hex EC B1 3

RGB Percentages of Color #ecb103

%56.73
%42.55
%0.72

CMYK Percentages of Color #ecb103

%0
%25
%99
%7

Triadic Colors of #ecb103

#ecb103 #03ecb1 #b103ec

Analogous Colors of #ecb103

#ecb103 #b3ec03 #ec3c03

Monochromatic Colors of #ecb103

#ecb103

Complementary Color

#ecb103 #033eec

#ecb103 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb103 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb103 Color CSS Codes

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

#ecb103 Text Font Color

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

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


#ecb103 Background Color

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

This div background color is #ecb103


#ecb103 Border Color

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

This div border color is #ecb103


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb103


Comments

No comments written yet.

Please login to write comment.