Color Hex Logo

#ecd34d Color Hex

#ECD34D
(236,211,77)
0 Favorites   0 Comments

Color spaces of #ecd34d

RGB 23621177
HSL0.140.810.61
HSV51°67°93°
CMYK 0.000.110.67   0.07
XYZ59.225964.957216.4376
Yxy64.95720.42120.4619
Hunter Lab80.5960-9.872544.3250
CIE-Lab84.4617-5.959066.7164

#ecd34d color RGB value is (236,211,77).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010011 01001101
Octal 354 323 115
Decimal 236 211 77
Hex EC D3 4D

RGB Percentages of Color #ecd34d

%45.04
%40.27
%14.69

CMYK Percentages of Color #ecd34d

%0
%11
%67
%7

Triadic Colors of #ecd34d

#ecd34d #4decd3 #d34dec

Analogous Colors of #ecd34d

#ecd34d #b6ec4d #ec844d

Monochromatic Colors of #ecd34d

#ecd34d

Complementary Color

#ecd34d #4d66ec

#ecd34d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd34d Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd34d Color CSS Codes

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

#ecd34d Text Font Color

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

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


#ecd34d Background Color

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

This div background color is #ecd34d


#ecd34d Border Color

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

This div border color is #ecd34d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,211,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 #ecd34d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd34d


Comments

No comments written yet.

Please login to write comment.