Color Hex Logo

#eed0bd Color Hex

#EED0BD
(238,208,189)
0 Favorites   0 Comments

Color spaces of #eed0bd

RGB 238208189
HSL0.060.590.84
HSV23°21°93°
CMYK 0.000.130.21   0.07
XYZ67.001166.963057.5379
Yxy66.96300.34990.3497
Hunter Lab81.83092.947215.5930
CIE-Lab85.48537.554513.2803

#eed0bd color RGB value is (238,208,189).

#eed0bd hex color red value is 238, green value is 208 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #eed0bd hue: 0.06 , saturation: 0.59 and the lightness value of eed0bd is 0.84.

The process color (four color CMYK) of #eed0bd color hex is 0.00, 0.13, 0.21, 0.07. Web safe color of #eed0bd is #ffcccc. Color #eed0bd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11010000 10111101
Octal 356 320 275
Decimal 238 208 189
Hex EE D0 BD

RGB Percentages of Color #eed0bd

%37.48
%32.76
%29.76

CMYK Percentages of Color #eed0bd

%0
%13
%21
%7

Triadic Colors of #eed0bd

#eed0bd #bdeed0 #d0bdee

Analogous Colors of #eed0bd

#eed0bd #eee9bd #eebdc3

Monochromatic Colors of #eed0bd

#eed0bd

Complementary Color

#eed0bd #bddbee

#eed0bd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eed0bd Color Preview on White Background

Lorem ipsum dolor sit amet.

#eed0bd Color CSS Codes

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

#eed0bd Text Font Color

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

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


#eed0bd Background Color

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

This div background color is #eed0bd


#eed0bd Border Color

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

This div border color is #eed0bd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eed0bd

#eed0bd Color Palettes


Comments

No comments written yet.

Please login to write comment.