Color Hex Logo

#ecd20b Color Hex

#ECD20B
(236,210,11)
0 Favorites   0 Comments

Color spaces of #ecd20b

RGB 23621011
HSL0.150.910.48
HSV53°95°93°
CMYK 0.000.110.95   0.07
XYZ57.699163.95029.6192
Yxy63.95020.43960.4872
Hunter Lab79.9689-11.154348.8464
CIE-Lab83.9398-7.411583.2350

#ecd20b color RGB value is (236,210,11).

#ecd20b hex color red value is 236, green value is 210 and the blue value of its RGB is 11. Cylindrical-coordinate representations (also known as HSL) of color #ecd20b hue: 0.15 , saturation: 0.91 and the lightness value of ecd20b is 0.48.

The process color (four color CMYK) of #ecd20b color hex is 0.00, 0.11, 0.95, 0.07. Web safe color of #ecd20b is #ffcc00. Color #ecd20b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010010 00001011
Octal 354 322 13
Decimal 236 210 11
Hex EC D2 B

RGB Percentages of Color #ecd20b

%51.64
%45.95
%2.41

CMYK Percentages of Color #ecd20b

%0
%11
%95
%7

Triadic Colors of #ecd20b

#ecd20b #0becd2 #d20bec

Analogous Colors of #ecd20b

#ecd20b #96ec0b #ec620b

Monochromatic Colors of #ecd20b

#ecd20b

Complementary Color

#ecd20b #0b25ec

#ecd20b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd20b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd20b Color CSS Codes

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

#ecd20b Text Font Color

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

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


#ecd20b Background Color

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

This div background color is #ecd20b


#ecd20b Border Color

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

This div border color is #ecd20b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd20b


Comments

No comments written yet.

Please login to write comment.