Color Hex Logo

#ecb30b Color Hex

#ECB30B
(236,179,11)
0 Favorites   0 Comments

Color spaces of #ecb30b

RGB 23617911
HSL0.120.910.48
HSV45°95°93°
CMYK 0.000.240.95   0.07
XYZ50.772650.09727.3103
Yxy50.09720.46930.4631
Hunter Lab70.77944.180643.4219
CIE-Lab76.12898.588477.5558

#ecb30b color RGB value is (236,179,11).

#ecb30b hex color red value is 236, green value is 179 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ecb30b hue: 0.12 , saturation: 0.91 and the lightness value of ecb30b is 0.48.

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 00001011
Octal 354 263 13
Decimal 236 179 11
Hex EC B3 B

RGB Percentages of Color #ecb30b

%55.40
%42.02
%2.58

CMYK Percentages of Color #ecb30b

%0
%24
%95
%7

Triadic Colors of #ecb30b

#ecb30b #0becb3 #b30bec

Analogous Colors of #ecb30b

#ecb30b #b5ec0b #ec420b

Monochromatic Colors of #ecb30b

#ecb30b

Complementary Color

#ecb30b #0b44ec

#ecb30b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb30b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb30b Color CSS Codes

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

#ecb30b Text Font Color

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

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


#ecb30b Background Color

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

This div background color is #ecb30b


#ecb30b Border Color

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

This div border color is #ecb30b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb30b


Comments

No comments written yet.

Please login to write comment.