Color Hex Logo

#ecb11b Color Hex

#ECB11B
(236,177,27)
0 Favorites   0 Comments

Color spaces of #ecb11b

RGB 23617727
HSL0.120.850.52
HSV43°89°93°
CMYK 0.000.250.89   0.07
XYZ50.512049.35637.9014
Yxy49.35630.46870.4580
Hunter Lab70.25405.395342.5095
CIE-Lab75.67259.860574.6345

#ecb11b color RGB value is (236,177,27).

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

The process color (four color CMYK) of #ecb11b color hex is 0.00, 0.25, 0.89, 0.07. Web safe color of #ecb11b is #ff9933. Color #ecb11b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110001 00011011
Octal 354 261 33
Decimal 236 177 27
Hex EC B1 1B

RGB Percentages of Color #ecb11b

%53.64
%40.23
%6.14

CMYK Percentages of Color #ecb11b

%0
%25
%89
%7

Triadic Colors of #ecb11b

#ecb11b #1becb1 #b11bec

Analogous Colors of #ecb11b

#ecb11b #bfec1b #ec491b

Monochromatic Colors of #ecb11b

#ecb11b

Complementary Color

#ecb11b #1b56ec

#ecb11b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb11b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb11b Color CSS Codes

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

#ecb11b Text Font Color

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

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


#ecb11b Background Color

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

This div background color is #ecb11b


#ecb11b Border Color

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

This div border color is #ecb11b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb11b


Comments

No comments written yet.

Please login to write comment.