Color Hex Logo

#ebd898 Color Hex

#EBD898
(235,216,152)
0 Favorites   0 Comments

Color spaces of #ebd898

RGB 235216152
HSL0.130.670.76
HSV46°35°92°
CMYK 0.000.080.35   0.08
XYZ64.484369.040939.6333
Yxy69.04090.37240.3987
Hunter Lab83.0909-6.880529.8830
CIE-Lab86.5243-2.567233.9654

#ebd898 color RGB value is (235,216,152).

#ebd898 hex color red value is 235, green value is 216 and the blue value of its RGB is 152. Cylindrical-coordinate representations (also known as HSL) of color #ebd898 hue: 0.13 , saturation: 0.67 and the lightness value of ebd898 is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 10011000
Octal 353 330 230
Decimal 235 216 152
Hex EB D8 98

RGB Percentages of Color #ebd898

%38.97
%35.82
%25.21

CMYK Percentages of Color #ebd898

%0
%8
%35
%8

Triadic Colors of #ebd898

#ebd898 #98ebd8 #d898eb

Analogous Colors of #ebd898

#ebd898 #d5eb98 #ebaf98

Monochromatic Colors of #ebd898

#ebd898

Complementary Color

#ebd898 #98abeb

#ebd898 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd898 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd898 Color CSS Codes

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

#ebd898 Text Font Color

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

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


#ebd898 Background Color

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

This div background color is #ebd898


#ebd898 Border Color

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

This div border color is #ebd898


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,216,152, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd898


Comments

No comments written yet.

Please login to write comment.