Color Hex Logo

#eebd7e Color Hex

#EEBD7E
(238,189,126)
0 Favorites   0 Comments

Color spaces of #eebd7e

RGB 238189126
HSL0.090.770.71
HSV34°47°93°
CMYK 0.000.210.47   0.07
XYZ57.223456.078727.5469
Yxy56.07870.40630.3981
Hunter Lab74.88575.349530.6100
CIE-Lab79.65869.875438.4353

#eebd7e color RGB value is (238,189,126).

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

The process color (four color CMYK) of #eebd7e color hex is 0.00, 0.21, 0.47, 0.07. Web safe color of #eebd7e is #ffcc66. Color #eebd7e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111101 01111110
Octal 356 275 176
Decimal 238 189 126
Hex EE BD 7E

RGB Percentages of Color #eebd7e

%43.04
%34.18
%22.78

CMYK Percentages of Color #eebd7e

%0
%21
%47
%7

Triadic Colors of #eebd7e

#eebd7e #7eeebd #bd7eee

Analogous Colors of #eebd7e

#eebd7e #e7ee7e #ee857e

Monochromatic Colors of #eebd7e

#eebd7e

Complementary Color

#eebd7e #7eafee

#eebd7e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eebd7e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eebd7e Color CSS Codes

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

#eebd7e Text Font Color

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

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


#eebd7e Background Color

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

This div background color is #eebd7e


#eebd7e Border Color

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

This div border color is #eebd7e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eebd7e


Comments

No comments written yet.

Please login to write comment.