Color Hex Logo

#eeda3d Color Hex

#EEDA3D
(238,218,61)
0 Favorites   0 Comments

Color spaces of #eeda3d

RGB 23821861
HSL0.150.840.59
HSV53°74°93°
CMYK 0.000.080.74   0.07
XYZ61.173668.656914.4428
Yxy68.65690.42400.4759
Hunter Lab82.8595-13.220847.6671
CIE-Lab86.3339-9.397774.4392

#eeda3d color RGB value is (238,218,61).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011010 00111101
Octal 356 332 75
Decimal 238 218 61
Hex EE DA 3D

RGB Percentages of Color #eeda3d

%46.03
%42.17
%11.80

CMYK Percentages of Color #eeda3d

%0
%8
%74
%7

Triadic Colors of #eeda3d

#eeda3d #3deeda #da3dee

Analogous Colors of #eeda3d

#eeda3d #aaee3d #ee823d

Monochromatic Colors of #eeda3d

#eeda3d

Complementary Color

#eeda3d #3d51ee

#eeda3d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeda3d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeda3d Color CSS Codes

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

#eeda3d Text Font Color

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

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


#eeda3d Background Color

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

This div background color is #eeda3d


#eeda3d Border Color

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

This div border color is #eeda3d


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,218,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 #eeda3d">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeda3d


Comments

No comments written yet.

Please login to write comment.