Color Hex Logo

#eede3a Color Hex

#EEDE3A
(238,222,58)
0 Favorites   0 Comments

Color spaces of #eede3a

RGB 23822258
HSL0.150.840.58
HSV55°76°93°
CMYK 0.000.070.76   0.07
XYZ62.144970.725214.3789
Yxy70.72520.42200.4803
Hunter Lab84.0983-15.268448.7315
CIE-Lab87.3513-11.510576.3441

#eede3a color RGB value is (238,222,58).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 00111010
Octal 356 336 72
Decimal 238 222 58
Hex EE DE 3A

RGB Percentages of Color #eede3a

%45.95
%42.86
%11.20

CMYK Percentages of Color #eede3a

%0
%7
%76
%7

Triadic Colors of #eede3a

#eede3a #3aeede #de3aee

Analogous Colors of #eede3a

#eede3a #a4ee3a #ee843a

Monochromatic Colors of #eede3a

#eede3a

Complementary Color

#eede3a #3a4aee

#eede3a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eede3a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eede3a Color CSS Codes

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

#eede3a Text Font Color

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

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


#eede3a Background Color

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

This div background color is #eede3a


#eede3a Border Color

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

This div border color is #eede3a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eede3a


Comments

No comments written yet.

Please login to write comment.