Color Hex Logo

#ecd02a Color Hex

#ECD02A
(236,208,42)
0 Favorites   0 Comments

Color spaces of #ecd02a

RGB 23620842
HSL0.140.840.55
HSV51°82°93°
CMYK 0.000.120.82   0.07
XYZ57.565963.111811.3382
Yxy63.11180.43610.4781
Hunter Lab79.4429-9.680647.1481
CIE-Lab83.5012-5.846777.4606

#ecd02a color RGB value is (236,208,42).

#ecd02a hex color red value is 236, green value is 208 and the blue value of its RGB is 42. Cylindrical-coordinate representations (also known as HSL) of color #ecd02a hue: 0.14 , saturation: 0.84 and the lightness value of ecd02a is 0.55.

The process color (four color CMYK) of #ecd02a color hex is 0.00, 0.12, 0.82, 0.07. Web safe color of #ecd02a is #ffcc33. Color #ecd02a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010000 00101010
Octal 354 320 52
Decimal 236 208 42
Hex EC D0 2A

RGB Percentages of Color #ecd02a

%48.56
%42.80
%8.64

CMYK Percentages of Color #ecd02a

%0
%12
%82
%7

Triadic Colors of #ecd02a

#ecd02a #2aecd0 #d02aec

Analogous Colors of #ecd02a

#ecd02a #a7ec2a #ec6f2a

Monochromatic Colors of #ecd02a

#ecd02a

Complementary Color

#ecd02a #2a46ec

#ecd02a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd02a Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd02a Color CSS Codes

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

#ecd02a Text Font Color

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

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


#ecd02a Background Color

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

This div background color is #ecd02a


#ecd02a Border Color

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

This div border color is #ecd02a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd02a


Comments

No comments written yet.

Please login to write comment.