Color Hex Logo

#ebd49e Color Hex

#EBD49E
(235,212,158)
0 Favorites   0 Comments

Color spaces of #ebd49e

RGB 235212158
HSL0.120.660.77
HSV42°33°92°
CMYK 0.000.100.33   0.08
XYZ63.976067.217841.9502
Yxy67.21780.36950.3882
Hunter Lab81.9865-4.188527.0535
CIE-Lab85.61380.199929.6655

#ebd49e color RGB value is (235,212,158).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11010100 10011110
Octal 353 324 236
Decimal 235 212 158
Hex EB D4 9E

RGB Percentages of Color #ebd49e

%38.84
%35.04
%26.12

CMYK Percentages of Color #ebd49e

%0
%10
%33
%8

Triadic Colors of #ebd49e

#ebd49e #9eebd4 #d49eeb

Analogous Colors of #ebd49e

#ebd49e #dceb9e #ebae9e

Monochromatic Colors of #ebd49e

#ebd49e

Complementary Color

#ebd49e #9eb5eb

#ebd49e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd49e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd49e Color CSS Codes

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

#ebd49e Text Font Color

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

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


#ebd49e Background Color

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

This div background color is #ebd49e


#ebd49e Border Color

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

This div border color is #ebd49e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd49e


Comments

No comments written yet.

Please login to write comment.