Color Hex Logo

#eebd9e Color Hex

#EEBD9E
(238,189,158)
0 Favorites   0 Comments

Color spaces of #eebd9e

RGB 238189158
HSL0.060.700.78
HSV23°34°93°
CMYK 0.000.210.34   0.07
XYZ59.629057.041040.2150
Yxy57.04100.38010.3636
Hunter Lab75.52558.760021.2977
CIE-Lab80.202613.365522.3708

#eebd9e color RGB value is (238,189,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 10011110
Octal 356 275 236
Decimal 238 189 158
Hex EE BD 9E

RGB Percentages of Color #eebd9e

%40.68
%32.31
%27.01

CMYK Percentages of Color #eebd9e

%0
%21
%34
%7

Triadic Colors of #eebd9e

#eebd9e #9eeebd #bd9eee

Analogous Colors of #eebd9e

#eebd9e #eee59e #ee9ea7

Monochromatic Colors of #eebd9e

#eebd9e

Complementary Color

#eebd9e #9ecfee

#eebd9e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebd9e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebd9e Color CSS Codes

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

#eebd9e Text Font Color

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

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


#eebd9e Background Color

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

This div background color is #eebd9e


#eebd9e Border Color

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

This div border color is #eebd9e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebd9e


Comments

No comments written yet.

Please login to write comment.