Color Hex Logo

#ecd42f Color Hex

#ECD42F
(236,212,47)
0 Favorites   0 Comments

Color spaces of #ecd42f

RGB 23621247
HSL0.150.830.55
HSV52°80°93°
CMYK 0.000.100.80   0.07
XYZ58.648665.125112.1686
Yxy65.12510.43140.4791
Hunter Lab80.7001-11.500847.5499
CIE-Lab84.5482-7.723977.0225

#ecd42f color RGB value is (236,212,47).

#ecd42f hex color red value is 236, green value is 212 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #ecd42f hue: 0.15 , saturation: 0.83 and the lightness value of ecd42f is 0.55.

The process color (four color CMYK) of #ecd42f color hex is 0.00, 0.10, 0.80, 0.07. Web safe color of #ecd42f is #ffcc33. Color #ecd42f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010100 00101111
Octal 354 324 57
Decimal 236 212 47
Hex EC D4 2F

RGB Percentages of Color #ecd42f

%47.68
%42.83
%9.49

CMYK Percentages of Color #ecd42f

%0
%10
%80
%7

Triadic Colors of #ecd42f

#ecd42f #2fecd4 #d42fec

Analogous Colors of #ecd42f

#ecd42f #a6ec2f #ec762f

Monochromatic Colors of #ecd42f

#ecd42f

Complementary Color

#ecd42f #2f47ec

#ecd42f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd42f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd42f Color CSS Codes

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

#ecd42f Text Font Color

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

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


#ecd42f Background Color

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

This div background color is #ecd42f


#ecd42f Border Color

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

This div border color is #ecd42f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd42f


Comments

No comments written yet.

Please login to write comment.