Color Hex Logo

#eed884 Color Hex

#EED884
(238,216,132)
0 Favorites   0 Comments

Color spaces of #eed884

RGB 238216132
HSL0.130.760.73
HSV48°45°93°
CMYK 0.000.090.45   0.07
XYZ63.980668.954831.7673
Yxy68.95480.38850.4187
Hunter Lab83.0390-7.786135.4454
CIE-Lab86.4817-3.530444.0437

#eed884 color RGB value is (238,216,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 10000100
Octal 356 330 204
Decimal 238 216 132
Hex EE D8 84

RGB Percentages of Color #eed884

%40.61
%36.86
%22.53

CMYK Percentages of Color #eed884

%0
%9
%45
%7

Triadic Colors of #eed884

#eed884 #84eed8 #d884ee

Analogous Colors of #eed884

#eed884 #cfee84 #eea384

Monochromatic Colors of #eed884

#eed884

Complementary Color

#eed884 #849aee

#eed884 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed884 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed884 Color CSS Codes

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

#eed884 Text Font Color

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

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


#eed884 Background Color

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

This div background color is #eed884


#eed884 Border Color

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

This div border color is #eed884


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed884


Comments

No comments written yet.

Please login to write comment.