Color Hex Logo

#eede2f Color Hex

#EEDE2F
(238,222,47)
0 Favorites   0 Comments

Color spaces of #eede2f

RGB 23822247
HSL0.150.850.56
HSV55°80°93°
CMYK 0.000.070.80   0.07
XYZ61.894370.624913.0591
Yxy70.62490.42520.4851
Hunter Lab84.0386-15.602649.6137
CIE-Lab87.3024-11.884079.4764

#eede2f color RGB value is (238,222,47).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 00101111
Octal 356 336 57
Decimal 238 222 47
Hex EE DE 2F

RGB Percentages of Color #eede2f

%46.94
%43.79
%9.27

CMYK Percentages of Color #eede2f

%0
%7
%80
%7

Triadic Colors of #eede2f

#eede2f #2feede #de2fee

Analogous Colors of #eede2f

#eede2f #9fee2f #ee7f2f

Monochromatic Colors of #eede2f

#eede2f

Complementary Color

#eede2f #2f3fee

#eede2f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eede2f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eede2f Color CSS Codes

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

#eede2f Text Font Color

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

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


#eede2f Background Color

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

This div background color is #eede2f


#eede2f Border Color

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

This div border color is #eede2f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eede2f


Comments

No comments written yet.

Please login to write comment.