Color Hex Logo

#ecde00 Color Hex

#ECDE00
(236,222,0)
0 Favorites   0 Comments

Color spaces of #ecde00

RGB 2362220
HSL0.161.000.46
HSV56°100°93°
CMYK 0.000.061.00   0.07
XYZ60.713370.075410.3260
Yxy70.07540.43020.4966
Hunter Lab83.7111-17.033251.2841
CIE-Lab87.0338-13.500386.4391

#ecde00 color RGB value is (236,222,0).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 00000000
Octal 354 336 0
Decimal 236 222 0
Hex EC DE 0

RGB Percentages of Color #ecde00

%51.53
%48.47
%0.00

CMYK Percentages of Color #ecde00

%0
%6
%100
%7

Triadic Colors of #ecde00

#ecde00 #00ecde #de00ec

Analogous Colors of #ecde00

#ecde00 #84ec00 #ec6800

Monochromatic Colors of #ecde00

#ecde00

Complementary Color

#ecde00 #000eec

#ecde00 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecde00 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecde00 Color CSS Codes

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

#ecde00 Text Font Color

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

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


#ecde00 Background Color

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

This div background color is #ecde00


#ecde00 Border Color

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

This div border color is #ecde00


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecde00


Comments

No comments written yet.

Please login to write comment.