Color Hex Logo

#ecd019 Color Hex

#ECD019
(236,208,25)
0 Favorites   0 Comments

Color spaces of #ecd019

RGB 23620825
HSL0.140.850.51
HSV52°89°93°
CMYK 0.000.120.89   0.07
XYZ57.323463.014810.0615
Yxy63.01480.43960.4832
Hunter Lab79.3819-10.019548.0524
CIE-Lab83.4502-6.221881.0459

#ecd019 color RGB value is (236,208,25).

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

The process color (four color CMYK) of #ecd019 color hex is 0.00, 0.12, 0.89, 0.07. Web safe color of #ecd019 is #ffcc00. Color #ecd019 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11010000 00011001
Octal 354 320 31
Decimal 236 208 25
Hex EC D0 19

RGB Percentages of Color #ecd019

%50.32
%44.35
%5.33

CMYK Percentages of Color #ecd019

%0
%12
%89
%7

Triadic Colors of #ecd019

#ecd019 #19ecd0 #d019ec

Analogous Colors of #ecd019

#ecd019 #9fec19 #ec6719

Monochromatic Colors of #ecd019

#ecd019

Complementary Color

#ecd019 #1935ec

#ecd019 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecd019 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecd019 Color CSS Codes

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

#ecd019 Text Font Color

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

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


#ecd019 Background Color

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

This div background color is #ecd019


#ecd019 Border Color

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

This div border color is #ecd019


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecd019


Comments

No comments written yet.

Please login to write comment.