Color Hex Logo

#ecb40d Color Hex

#ECB40D
(236,180,13)
0 Favorites   0 Comments

Color spaces of #ecb40d

RGB 23618013
HSL0.120.900.49
HSV45°94°93°
CMYK 0.000.240.94   0.07
XYZ50.986050.50447.4419
Yxy50.50440.46810.4636
Hunter Lab71.06643.697043.5378
CIE-Lab76.37788.083077.5001

#ecb40d color RGB value is (236,180,13).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 00001101
Octal 354 264 15
Decimal 236 180 13
Hex EC B4 D

RGB Percentages of Color #ecb40d

%55.01
%41.96
%3.03

CMYK Percentages of Color #ecb40d

%0
%24
%94
%7

Triadic Colors of #ecb40d

#ecb40d #0decb4 #b40dec

Analogous Colors of #ecb40d

#ecb40d #b5ec0d #ec450d

Monochromatic Colors of #ecb40d

#ecb40d

Complementary Color

#ecb40d #0d45ec

#ecb40d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb40d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb40d Color CSS Codes

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

#ecb40d Text Font Color

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

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


#ecb40d Background Color

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

This div background color is #ecb40d


#ecb40d Border Color

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

This div border color is #ecb40d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb40d


Comments

No comments written yet.

Please login to write comment.