Color Hex Logo

#ecd64d Color Hex

#ECD64D
(236,214,77)
0 Favorites   0 Comments

Color spaces of #ecd64d

RGB 23621477
HSL0.140.810.61
HSV52°67°93°
CMYK 0.000.090.67   0.07
XYZ59.978266.461816.6884
Yxy66.46180.41910.4644
Hunter Lab81.5241-11.342744.9299
CIE-Lab85.2314-7.476367.5046

#ecd64d color RGB value is (236,214,77).

#ecd64d hex color red value is 236, green value is 214 and the blue value of its RGB is 77. Cylindrical-coordinate representations (also known as HSL) of color #ecd64d hue: 0.14 , saturation: 0.81 and the lightness value of ecd64d is 0.61.

The process color (four color CMYK) of #ecd64d color hex is 0.00, 0.09, 0.67, 0.07. Web safe color of #ecd64d is #ffcc66. Color #ecd64d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010110 01001101
Octal 354 326 115
Decimal 236 214 77
Hex EC D6 4D

RGB Percentages of Color #ecd64d

%44.78
%40.61
%14.61

CMYK Percentages of Color #ecd64d

%0
%9
%67
%7

Triadic Colors of #ecd64d

#ecd64d #4decd6 #d64dec

Analogous Colors of #ecd64d

#ecd64d #b3ec4d #ec874d

Monochromatic Colors of #ecd64d

#ecd64d

Complementary Color

#ecd64d #4d63ec

#ecd64d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd64d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd64d Color CSS Codes

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

#ecd64d Text Font Color

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

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


#ecd64d Background Color

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

This div background color is #ecd64d


#ecd64d Border Color

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

This div border color is #ecd64d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd64d


Comments

No comments written yet.

Please login to write comment.