Color Hex Logo

#eede3e Color Hex

#EEDE3E
(238,222,62)
0 Favorites   0 Comments

Color spaces of #eede3e

RGB 23822262
HSL0.150.840.59
HSV55°74°93°
CMYK 0.000.070.74   0.07
XYZ62.250770.767514.9360
Yxy70.76750.42070.4783
Hunter Lab84.1234-15.127348.3595
CIE-Lab87.3719-11.353275.0809

#eede3e color RGB value is (238,222,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 00111110
Octal 356 336 76
Decimal 238 222 62
Hex EE DE 3E

RGB Percentages of Color #eede3e

%45.59
%42.53
%11.88

CMYK Percentages of Color #eede3e

%0
%7
%74
%7

Triadic Colors of #eede3e

#eede3e #3eeede #de3eee

Analogous Colors of #eede3e

#eede3e #a6ee3e #ee863e

Monochromatic Colors of #eede3e

#eede3e

Complementary Color

#eede3e #3e4eee

#eede3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eede3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eede3e Color CSS Codes

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

#eede3e Text Font Color

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

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


#eede3e Background Color

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

This div background color is #eede3e


#eede3e Border Color

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

This div border color is #eede3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eede3e


Comments

No comments written yet.

Please login to write comment.