Color Hex Logo

#ecd63b Color Hex

#ECD63B
(236,214,59)
0 Favorites   0 Comments

Color spaces of #ecd63b

RGB 23621459
HSL0.150.820.58
HSV53°75°93°
CMYK 0.000.090.75   0.07
XYZ59.428166.241813.7914
Yxy66.24180.42610.4750
Hunter Lab81.3891-12.095046.9256
CIE-Lab85.1196-8.309573.9027

#ecd63b color RGB value is (236,214,59).

#ecd63b hex color red value is 236, green value is 214 and the blue value of its RGB is 59. Cylindrical-coordinate representations (also known as HSL) of color #ecd63b hue: 0.15 , saturation: 0.82 and the lightness value of ecd63b is 0.58.

The process color (four color CMYK) of #ecd63b color hex is 0.00, 0.09, 0.75, 0.07. Web safe color of #ecd63b is #ffcc33. Color #ecd63b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010110 00111011
Octal 354 326 73
Decimal 236 214 59
Hex EC D6 3B

RGB Percentages of Color #ecd63b

%46.37
%42.04
%11.59

CMYK Percentages of Color #ecd63b

%0
%9
%75
%7

Triadic Colors of #ecd63b

#ecd63b #3becd6 #d63bec

Analogous Colors of #ecd63b

#ecd63b #aaec3b #ec7e3b

Monochromatic Colors of #ecd63b

#ecd63b

Complementary Color

#ecd63b #3b51ec

#ecd63b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd63b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd63b Color CSS Codes

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

#ecd63b Text Font Color

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

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


#ecd63b Background Color

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

This div background color is #ecd63b


#ecd63b Border Color

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

This div border color is #ecd63b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd63b


Comments

No comments written yet.

Please login to write comment.