Color Hex Logo

#ebd888 Color Hex

#EBD888
(235,216,136)
0 Favorites   0 Comments

Color spaces of #ebd888

RGB 235216136
HSL0.130.710.73
HSV48°42°92°
CMYK 0.000.080.42   0.08
XYZ63.260868.551533.1901
Yxy68.55150.38340.4155
Hunter Lab82.7958-8.508434.1897
CIE-Lab86.2815-4.317041.7470

#ebd888 color RGB value is (235,216,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11011000 10001000
Octal 353 330 210
Decimal 235 216 136
Hex EB D8 88

RGB Percentages of Color #ebd888

%40.03
%36.80
%23.17

CMYK Percentages of Color #ebd888

%0
%8
%42
%8

Triadic Colors of #ebd888

#ebd888 #88ebd8 #d888eb

Analogous Colors of #ebd888

#ebd888 #cdeb88 #eba788

Monochromatic Colors of #ebd888

#ebd888

Complementary Color

#ebd888 #889beb

#ebd888 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebd888 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebd888 Color CSS Codes

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

#ebd888 Text Font Color

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

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


#ebd888 Background Color

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

This div background color is #ebd888


#ebd888 Border Color

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

This div border color is #ebd888


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebd888


Comments

No comments written yet.

Please login to write comment.