Color Hex Logo

#ecd429 Color Hex

#ECD429
(236,212,41)
0 Favorites   0 Comments

Color spaces of #ecd429

RGB 23621241
HSL0.150.840.54
HSV53°83°93°
CMYK 0.000.100.83   0.07
XYZ58.535865.079911.5743
Yxy65.07990.43300.4814
Hunter Lab80.6721-11.656347.9639
CIE-Lab84.5249-7.896778.5770

#ecd429 color RGB value is (236,212,41).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010100 00101001
Octal 354 324 51
Decimal 236 212 41
Hex EC D4 29

RGB Percentages of Color #ecd429

%48.26
%43.35
%8.38

CMYK Percentages of Color #ecd429

%0
%10
%83
%7

Triadic Colors of #ecd429

#ecd429 #29ecd4 #d429ec

Analogous Colors of #ecd429

#ecd429 #a3ec29 #ec7329

Monochromatic Colors of #ecd429

#ecd429

Complementary Color

#ecd429 #2941ec

#ecd429 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd429 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd429 Color CSS Codes

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

#ecd429 Text Font Color

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

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


#ecd429 Background Color

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

This div background color is #ecd429


#ecd429 Border Color

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

This div border color is #ecd429


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd429


Comments

No comments written yet.

Please login to write comment.