Color Hex Logo

#ecd34c Color Hex

#ECD34C
(236,211,76)
0 Favorites   0 Comments

Color spaces of #ecd34c

RGB 23621176
HSL0.140.810.61
HSV51°68°93°
CMYK 0.000.110.68   0.07
XYZ59.190864.943216.2531
Yxy64.94320.42160.4626
Hunter Lab80.5873-9.920944.4534
CIE-Lab84.4545-6.012367.1039

#ecd34c color RGB value is (236,211,76).

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

The process color (four color CMYK) of #ecd34c color hex is 0.00, 0.11, 0.68, 0.07. Web safe color of #ecd34c is #ffcc33. Color #ecd34c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010011 01001100
Octal 354 323 114
Decimal 236 211 76
Hex EC D3 4C

RGB Percentages of Color #ecd34c

%45.12
%40.34
%14.53

CMYK Percentages of Color #ecd34c

%0
%11
%68
%7

Triadic Colors of #ecd34c

#ecd34c #4cecd3 #d34cec

Analogous Colors of #ecd34c

#ecd34c #b5ec4c #ec834c

Monochromatic Colors of #ecd34c

#ecd34c

Complementary Color

#ecd34c #4c65ec

#ecd34c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd34c Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd34c Color CSS Codes

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

#ecd34c Text Font Color

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

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


#ecd34c Background Color

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

This div background color is #ecd34c


#ecd34c Border Color

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

This div border color is #ecd34c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd34c


Comments

No comments written yet.

Please login to write comment.