Color Hex Logo

#eedd3e Color Hex

#EEDD3E
(238,221,62)
0 Favorites   0 Comments

Color spaces of #eedd3e

RGB 23822162
HSL0.150.840.59
HSV54°74°93°
CMYK 0.000.070.74   0.07
XYZ61.985870.237814.8477
Yxy70.23780.42150.4776
Hunter Lab83.8080-14.642448.1616
CIE-Lab87.1134-10.855574.8388

#eedd3e color RGB value is (238,221,62).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 00111110
Octal 356 335 76
Decimal 238 221 62
Hex EE DD 3E

RGB Percentages of Color #eedd3e

%45.68
%42.42
%11.90

CMYK Percentages of Color #eedd3e

%0
%7
%74
%7

Triadic Colors of #eedd3e

#eedd3e #3eeedd #dd3eee

Analogous Colors of #eedd3e

#eedd3e #a7ee3e #ee853e

Monochromatic Colors of #eedd3e

#eedd3e

Complementary Color

#eedd3e #3e4fee

#eedd3e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedd3e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedd3e Color CSS Codes

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

#eedd3e Text Font Color

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

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


#eedd3e Background Color

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

This div background color is #eedd3e


#eedd3e Border Color

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

This div border color is #eedd3e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedd3e


Comments

No comments written yet.

Please login to write comment.