Color Hex Logo

#ecad1b Color Hex

#ECAD1B
(236,173,27)
0 Favorites   0 Comments

Color spaces of #ecad1b

RGB 23617327
HSL0.120.850.52
HSV42°89°93°
CMYK 0.000.270.89   0.07
XYZ49.733547.79917.6418
Yxy47.79910.47290.4545
Hunter Lab69.13697.414141.8424
CIE-Lab74.698011.969173.8782

#ecad1b color RGB value is (236,173,27).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101101 00011011
Octal 354 255 33
Decimal 236 173 27
Hex EC AD 1B

RGB Percentages of Color #ecad1b

%54.13
%39.68
%6.19

CMYK Percentages of Color #ecad1b

%0
%27
%89
%7

Triadic Colors of #ecad1b

#ecad1b #1becad #ad1bec

Analogous Colors of #ecad1b

#ecad1b #c3ec1b #ec451b

Monochromatic Colors of #ecad1b

#ecad1b

Complementary Color

#ecad1b #1b5aec

#ecad1b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecad1b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecad1b Color CSS Codes

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

#ecad1b Text Font Color

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

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


#ecad1b Background Color

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

This div background color is #ecad1b


#ecad1b Border Color

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

This div border color is #ecad1b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecad1b


Comments

No comments written yet.

Please login to write comment.