Color Hex Logo

#ebe49e Color Hex

#EBE49E
(235,228,158)
0 Favorites   0 Comments

Color spaces of #ebe49e

RGB 235228158
HSL0.150.660.77
HSV55°33°92°
CMYK 0.000.030.33   0.08
XYZ68.175975.617643.3502
Yxy75.61760.36430.4041
Hunter Lab86.9584-12.232131.3138
CIE-Lab89.6815-7.947035.0775

#ebe49e color RGB value is (235,228,158).

#ebe49e hex color red value is 235, green value is 228 and the blue value of its RGB is 158. Cylindrical-coordinate representations (also known as HSL) of color #ebe49e hue: 0.15 , saturation: 0.66 and the lightness value of ebe49e is 0.77.

The process color (four color CMYK) of #ebe49e color hex is 0.00, 0.03, 0.33, 0.08. Web safe color of #ebe49e is #ffcc99. Color #ebe49e contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100100 10011110
Octal 353 344 236
Decimal 235 228 158
Hex EB E4 9E

RGB Percentages of Color #ebe49e

%37.84
%36.71
%25.44

CMYK Percentages of Color #ebe49e

%0
%3
%33
%8

Triadic Colors of #ebe49e

#ebe49e #9eebe4 #e49eeb

Analogous Colors of #ebe49e

#ebe49e #cceb9e #ebbe9e

Monochromatic Colors of #ebe49e

#ebe49e

Complementary Color

#ebe49e #9ea5eb

#ebe49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe49e Color CSS Codes

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

#ebe49e Text Font Color

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

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


#ebe49e Background Color

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

This div background color is #ebe49e


#ebe49e Border Color

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

This div border color is #ebe49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe49e


Comments

No comments written yet.

Please login to write comment.