Color Hex Logo

#eece40 Color Hex

#EECE40
(238,206,64)
0 Favorites   0 Comments

Color spaces of #eece40

RGB 23820664
HSL0.140.840.59
HSV49°73°93°
CMYK 0.000.130.73   0.07
XYZ58.256662.689913.8804
Yxy62.68990.43210.4650
Hunter Lab79.1770-7.223445.0298
CIE-Lab83.2790-3.203770.5136

#eece40 color RGB value is (238,206,64).

#eece40 hex color red value is 238, green value is 206 and the blue value of its RGB is 64. Cylindrical-coordinate representations (also known as HSL) of color #eece40 hue: 0.14 , saturation: 0.84 and the lightness value of eece40 is 0.59.

The process color (four color CMYK) of #eece40 color hex is 0.00, 0.13, 0.73, 0.07. Web safe color of #eece40 is #ffcc33. Color #eece40 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11001110 01000000
Octal 356 316 100
Decimal 238 206 64
Hex EE CE 40

RGB Percentages of Color #eece40

%46.85
%40.55
%12.60

CMYK Percentages of Color #eece40

%0
%13
%73
%7

Triadic Colors of #eece40

#eece40 #40eece #ce40ee

Analogous Colors of #eece40

#eece40 #b7ee40 #ee7740

Monochromatic Colors of #eece40

#eece40

Complementary Color

#eece40 #4060ee

#eece40 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eece40 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eece40 Color CSS Codes

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

#eece40 Text Font Color

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

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


#eece40 Background Color

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

This div background color is #eece40


#eece40 Border Color

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

This div border color is #eece40


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,206,64, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eece40; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eece40;
  -webkit-box-shadow: 1px 1px 3px 2px #eece40;
  box-shadow:         1px 1px 3px 2px #eece40; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,206,64, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eece40

#eece40 Color Palettes


Comments

No comments written yet.

Please login to write comment.