Color Hex Logo

#ecde2e Color Hex

#ECDE2E
(236,222,46)
0 Favorites   0 Comments

Color spaces of #ecde2e

RGB 23622246
HSL0.150.830.55
HSV56°81°93°
CMYK 0.000.060.81   0.07
XYZ61.206570.272712.9228
Yxy70.27270.42390.4866
Hunter Lab83.8288-16.371049.5402
CIE-Lab87.1304-12.753979.5242

#ecde2e color RGB value is (236,222,46).

#ecde2e hex color red value is 236, green value is 222 and the blue value of its RGB is 46. Cylindrical-coordinate representations (also known as HSL) of color #ecde2e hue: 0.15 , saturation: 0.83 and the lightness value of ecde2e is 0.55.

The process color (four color CMYK) of #ecde2e color hex is 0.00, 0.06, 0.81, 0.07. Web safe color of #ecde2e is #ffcc33. Color #ecde2e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101100 11011110 00101110
Octal 354 336 56
Decimal 236 222 46
Hex EC DE 2E

RGB Percentages of Color #ecde2e

%46.83
%44.05
%9.13

CMYK Percentages of Color #ecde2e

%0
%6
%81
%7

Triadic Colors of #ecde2e

#ecde2e #2eecde #de2eec

Analogous Colors of #ecde2e

#ecde2e #9bec2e #ec7f2e

Monochromatic Colors of #ecde2e

#ecde2e

Complementary Color

#ecde2e #2e3cec

#ecde2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ecde2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ecde2e Color CSS Codes

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

#ecde2e Text Font Color

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

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


#ecde2e Background Color

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

This div background color is #ecde2e


#ecde2e Border Color

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

This div border color is #ecde2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ecde2e


Comments

No comments written yet.

Please login to write comment.