Color Hex Logo

#ecb420 Color Hex

#ECB420
(236,180,32)
0 Favorites   0 Comments

Color spaces of #ecb420

RGB 23618032
HSL0.120.840.53
HSV44°86°93°
CMYK 0.000.240.86   0.07
XYZ51.174050.57978.4322
Yxy50.57970.46440.4590
Hunter Lab71.11943.980842.7539
CIE-Lab76.42378.383974.1020

#ecb420 color RGB value is (236,180,32).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 10110100 00100000
Octal 354 264 40
Decimal 236 180 32
Hex EC B4 20

RGB Percentages of Color #ecb420

%52.68
%40.18
%7.14

CMYK Percentages of Color #ecb420

%0
%24
%86
%7

Triadic Colors of #ecb420

#ecb420 #20ecb4 #b420ec

Analogous Colors of #ecb420

#ecb420 #beec20 #ec4e20

Monochromatic Colors of #ecb420

#ecb420

Complementary Color

#ecb420 #2058ec

#ecb420 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecb420 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecb420 Color CSS Codes

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

#ecb420 Text Font Color

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

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


#ecb420 Background Color

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

This div background color is #ecb420


#ecb420 Border Color

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

This div border color is #ecb420


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecb420


Comments

No comments written yet.

Please login to write comment.