Color Hex Logo

#eed899 Color Hex

#EED899
(238,216,153)
0 Favorites   0 Comments

Color spaces of #eed899

RGB 238216153
HSL0.120.710.77
HSV44°36°93°
CMYK 0.000.090.36   0.07
XYZ65.565569.588840.1133
Yxy69.58880.37410.3970
Hunter Lab83.4199-5.689329.8837
CIE-Lab86.7948-1.291233.8576

#eed899 color RGB value is (238,216,153).

#eed899 hex color red value is 238, green value is 216 and the blue value of its RGB is 153. Cylindrical-coordinate representations (also known as HSL) of color #eed899 hue: 0.12 , saturation: 0.71 and the lightness value of eed899 is 0.77.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11011000 10011001
Octal 356 330 231
Decimal 238 216 153
Hex EE D8 99

RGB Percentages of Color #eed899

%39.21
%35.58
%25.21

CMYK Percentages of Color #eed899

%0
%9
%36
%7

Triadic Colors of #eed899

#eed899 #99eed8 #d899ee

Analogous Colors of #eed899

#eed899 #daee99 #eeae99

Monochromatic Colors of #eed899

#eed899

Complementary Color

#eed899 #99afee

#eed899 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed899 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed899 Color CSS Codes

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

#eed899 Text Font Color

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

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


#eed899 Background Color

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

This div background color is #eed899


#eed899 Border Color

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

This div border color is #eed899


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed899


Comments

No comments written yet.

Please login to write comment.