Color Hex Logo

#eedd84 Color Hex

#EEDD84
(238,221,132)
0 Favorites   0 Comments

Color spaces of #eedd84

RGB 238221132
HSL0.140.760.73
HSV50°45°93°
CMYK 0.000.070.45   0.07
XYZ65.281271.556032.2008
Yxy71.55600.38620.4233
Hunter Lab84.5908-10.280136.6439
CIE-Lab87.7544-6.067145.6375

#eedd84 color RGB value is (238,221,132).

#eedd84 hex color red value is 238, green value is 221 and the blue value of its RGB is 132. Cylindrical-coordinate representations (also known as HSL) of color #eedd84 hue: 0.14 , saturation: 0.76 and the lightness value of eedd84 is 0.73.

The process color (four color CMYK) of #eedd84 color hex is 0.00, 0.07, 0.45, 0.07. Web safe color of #eedd84 is #ffcc99. Color #eedd84 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011101 10000100
Octal 356 335 204
Decimal 238 221 132
Hex EE DD 84

RGB Percentages of Color #eedd84

%40.27
%37.39
%22.34

CMYK Percentages of Color #eedd84

%0
%7
%45
%7

Triadic Colors of #eedd84

#eedd84 #84eedd #dd84ee

Analogous Colors of #eedd84

#eedd84 #caee84 #eea884

Monochromatic Colors of #eedd84

#eedd84

Complementary Color

#eedd84 #8495ee

#eedd84 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eedd84 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eedd84 Color CSS Codes

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

#eedd84 Text Font Color

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

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


#eedd84 Background Color

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

This div background color is #eedd84


#eedd84 Border Color

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

This div border color is #eedd84


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eedd84


Comments

No comments written yet.

Please login to write comment.