Color Hex Logo

#eedd56 Color Hex

#EEDD56
(238,221,86)
0 Favorites   0 Comments

Color spaces of #eedd56

RGB 23822186
HSL0.150.820.64
HSV53°64°93°
CMYK 0.000.070.64   0.07
XYZ62.796170.561919.1142
Yxy70.56190.41190.4628
Hunter Lab84.0011-13.562145.3095
CIE-Lab87.2717-9.656866.0691

#eedd56 color RGB value is (238,221,86).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 01010110
Octal 356 335 126
Decimal 238 221 86
Hex EE DD 56

RGB Percentages of Color #eedd56

%43.67
%40.55
%15.78

CMYK Percentages of Color #eedd56

%0
%7
%64
%7

Triadic Colors of #eedd56

#eedd56 #56eedd #dd56ee

Analogous Colors of #eedd56

#eedd56 #b3ee56 #ee9156

Monochromatic Colors of #eedd56

#eedd56

Complementary Color

#eedd56 #5667ee

#eedd56 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedd56 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedd56 Color CSS Codes

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

#eedd56 Text Font Color

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

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


#eedd56 Background Color

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

This div background color is #eedd56


#eedd56 Border Color

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

This div border color is #eedd56


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedd56


Comments

No comments written yet.

Please login to write comment.