Color Hex Logo

#eede5f Color Hex

#EEDE5F
(238,222,95)
0 Favorites   0 Comments

Color spaces of #eede5f

RGB 23822295
HSL0.150.810.65
HSV53°60°93°
CMYK 0.000.070.60   0.07
XYZ63.446771.245921.2343
Yxy71.24590.40690.4569
Hunter Lab84.4073-13.539144.1695
CIE-Lab87.6043-9.591862.6465

#eede5f color RGB value is (238,222,95).

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

The process color (four color CMYK) of #eede5f color hex is 0.00, 0.07, 0.60, 0.07. Web safe color of #eede5f is #ffcc66. Color #eede5f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 01011111
Octal 356 336 137
Decimal 238 222 95
Hex EE DE 5F

RGB Percentages of Color #eede5f

%42.88
%40.00
%17.12

CMYK Percentages of Color #eede5f

%0
%7
%60
%7

Triadic Colors of #eede5f

#eede5f #5feede #de5fee

Analogous Colors of #eede5f

#eede5f #b7ee5f #ee975f

Monochromatic Colors of #eede5f

#eede5f

Complementary Color

#eede5f #5f6fee

#eede5f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eede5f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eede5f Color CSS Codes

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

#eede5f Text Font Color

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

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


#eede5f Background Color

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

This div background color is #eede5f


#eede5f Border Color

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

This div border color is #eede5f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eede5f


Comments

No comments written yet.

Please login to write comment.