Color Hex Logo

#eede6d Color Hex

#EEDE6D
(238,222,109)
0 Favorites   0 Comments

Color spaces of #eede6d

RGB 238222109
HSL0.150.790.68
HSV53°54°93°
CMYK 0.000.070.54   0.07
XYZ64.141571.523824.8929
Yxy71.52380.39950.4455
Hunter Lab84.5717-12.621341.7488
CIE-Lab87.7389-8.582356.5671

#eede6d color RGB value is (238,222,109).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 01101101
Octal 356 336 155
Decimal 238 222 109
Hex EE DE 6D

RGB Percentages of Color #eede6d

%41.83
%39.02
%19.16

CMYK Percentages of Color #eede6d

%0
%7
%54
%7

Triadic Colors of #eede6d

#eede6d #6deede #de6dee

Analogous Colors of #eede6d

#eede6d #beee6d #ee9e6d

Monochromatic Colors of #eede6d

#eede6d

Complementary Color

#eede6d #6d7dee

#eede6d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eede6d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eede6d Color CSS Codes

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

#eede6d Text Font Color

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

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


#eede6d Background Color

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

This div background color is #eede6d


#eede6d Border Color

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

This div border color is #eede6d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eede6d


Comments

No comments written yet.

Please login to write comment.