Color Hex Logo

#ecde19 Color Hex

#ECDE19
(236,222,25)
0 Favorites   0 Comments

Color spaces of #ecde19

RGB 23622225
HSL0.160.850.51
HSV56°89°93°
CMYK 0.000.060.89   0.07
XYZ60.888870.145611.2500
Yxy70.14560.42790.4930
Hunter Lab83.7530-16.797450.6630
CIE-Lab87.0682-13.234183.8553

#ecde19 color RGB value is (236,222,25).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 00011001
Octal 354 336 31
Decimal 236 222 25
Hex EC DE 19

RGB Percentages of Color #ecde19

%48.86
%45.96
%5.18

CMYK Percentages of Color #ecde19

%0
%6
%89
%7

Triadic Colors of #ecde19

#ecde19 #19ecde #de19ec

Analogous Colors of #ecde19

#ecde19 #91ec19 #ec7519

Monochromatic Colors of #ecde19

#ecde19

Complementary Color

#ecde19 #1927ec

#ecde19 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecde19 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecde19 Color CSS Codes

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

#ecde19 Text Font Color

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

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


#ecde19 Background Color

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

This div background color is #ecde19


#ecde19 Border Color

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

This div border color is #ecde19


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(236,222,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 #ecde19">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecde19


Comments

No comments written yet.

Please login to write comment.