Color Hex Logo

#ecad0f Color Hex

#ECAD0F
(236,173,15)
0 Favorites   0 Comments

Color spaces of #ecad0f

RGB 23617315
HSL0.120.880.49
HSV43°94°93°
CMYK 0.000.270.94   0.07
XYZ49.621947.75457.0541
Yxy47.75450.47520.4573
Hunter Lab69.10467.242242.3210
CIE-Lab74.669811.789176.0011

#ecad0f color RGB value is (236,173,15).

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

The process color (four color CMYK) of #ecad0f color hex is 0.00, 0.27, 0.94, 0.07. Web safe color of #ecad0f is #ff9900. Color #ecad0f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 10101101 00001111
Octal 354 255 17
Decimal 236 173 15
Hex EC AD F

RGB Percentages of Color #ecad0f

%55.66
%40.80
%3.54

CMYK Percentages of Color #ecad0f

%0
%27
%94
%7

Triadic Colors of #ecad0f

#ecad0f #0fecad #ad0fec

Analogous Colors of #ecad0f

#ecad0f #bdec0f #ec3f0f

Monochromatic Colors of #ecad0f

#ecad0f

Complementary Color

#ecad0f #0f4eec

#ecad0f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecad0f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecad0f Color CSS Codes

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

#ecad0f Text Font Color

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

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


#ecad0f Background Color

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

This div background color is #ecad0f


#ecad0f Border Color

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

This div border color is #ecad0f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecad0f


Comments

No comments written yet.

Please login to write comment.