Color Hex Logo

#eede80 Color Hex

#EEDE80
(238,222,128)
0 Favorites   0 Comments

Color spaces of #eede80

RGB 238222128
HSL0.140.760.72
HSV51°46°93°
CMYK 0.000.070.46   0.07
XYZ65.277571.978230.8748
Yxy71.97820.38830.4281
Hunter Lab84.8400-11.128637.8113
CIE-Lab87.9581-6.953347.8433

#eede80 color RGB value is (238,222,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011110 10000000
Octal 356 336 200
Decimal 238 222 128
Hex EE DE 80

RGB Percentages of Color #eede80

%40.48
%37.76
%21.77

CMYK Percentages of Color #eede80

%0
%7
%46
%7

Triadic Colors of #eede80

#eede80 #80eede #de80ee

Analogous Colors of #eede80

#eede80 #c7ee80 #eea780

Monochromatic Colors of #eede80

#eede80

Complementary Color

#eede80 #8090ee

#eede80 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eede80 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eede80 Color CSS Codes

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

#eede80 Text Font Color

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

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


#eede80 Background Color

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

This div background color is #eede80


#eede80 Border Color

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

This div border color is #eede80


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eede80


Comments

No comments written yet.

Please login to write comment.