Color Hex Logo

#eede3d Color Hex

#EEDE3D
(238,222,61)
0 Favorites   0 Comments

Color spaces of #eede3d

RGB 23822261
HSL0.150.840.59
HSV55°74°93°
CMYK 0.000.070.74   0.07
XYZ62.223570.756614.7927
Yxy70.75660.42110.4788
Hunter Lab84.1169-15.163548.4552
CIE-Lab87.3666-11.393675.4027

#eede3d color RGB value is (238,222,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 00111101
Octal 356 336 75
Decimal 238 222 61
Hex EE DE 3D

RGB Percentages of Color #eede3d

%45.68
%42.61
%11.71

CMYK Percentages of Color #eede3d

%0
%7
%74
%7

Triadic Colors of #eede3d

#eede3d #3deede #de3dee

Analogous Colors of #eede3d

#eede3d #a6ee3d #ee863d

Monochromatic Colors of #eede3d

#eede3d

Complementary Color

#eede3d #3d4dee

#eede3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eede3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eede3d Color CSS Codes

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

#eede3d Text Font Color

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

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


#eede3d Background Color

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

This div background color is #eede3d


#eede3d Border Color

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

This div border color is #eede3d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eede3d


Comments

No comments written yet.

Please login to write comment.