Color Hex Logo

#ecb31b Color Hex

#ECB31B
(236,179,27)
0 Favorites   0 Comments

Color spaces of #ecb31b

RGB 23617927
HSL0.120.850.52
HSV44°89°93°
CMYK 0.000.240.89   0.07
XYZ50.910050.15228.0340
Yxy50.15220.46670.4597
Hunter Lab70.81824.388742.8466
CIE-Lab76.16268.808775.0154

#ecb31b color RGB value is (236,179,27).

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

The process color (four color CMYK) of #ecb31b color hex is 0.00, 0.24, 0.89, 0.07. Web safe color of #ecb31b is #ffcc33. Color #ecb31b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110011 00011011
Octal 354 263 33
Decimal 236 179 27
Hex EC B3 1B

RGB Percentages of Color #ecb31b

%53.39
%40.50
%6.11

CMYK Percentages of Color #ecb31b

%0
%24
%89
%7

Triadic Colors of #ecb31b

#ecb31b #1becb3 #b31bec

Analogous Colors of #ecb31b

#ecb31b #bdec1b #ec4a1b

Monochromatic Colors of #ecb31b

#ecb31b

Complementary Color

#ecb31b #1b54ec

#ecb31b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb31b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb31b Color CSS Codes

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

#ecb31b Text Font Color

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

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


#ecb31b Background Color

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

This div background color is #ecb31b


#ecb31b Border Color

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

This div border color is #ecb31b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb31b


Comments

No comments written yet.

Please login to write comment.