Color Hex Logo

#ebeabd Color Hex

#EBEABD
(235,234,189)
0 Favorites   0 Comments

Color spaces of #ebeabd

RGB 235234189
HSL0.160.530.83
HSV59°20°92°
CMYK 0.000.000.20   0.08
XYZ72.869180.181959.7802
Yxy80.18190.34240.3767
Hunter Lab89.5443-11.443523.0988
CIE-Lab91.7664-6.890422.0361

#ebeabd color RGB value is (235,234,189).

#ebeabd hex color red value is 235, green value is 234 and the blue value of its RGB is 189. Cylindrical-coordinate representations (also known as HSL) of color #ebeabd hue: 0.16 , saturation: 0.53 and the lightness value of ebeabd is 0.83.

The process color (four color CMYK) of #ebeabd color hex is 0.00, 0.00, 0.20, 0.08. Web safe color of #ebeabd is #ffffcc. Color #ebeabd contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 10111101
Octal 353 352 275
Decimal 235 234 189
Hex EB EA BD

RGB Percentages of Color #ebeabd

%35.71
%35.56
%28.72

CMYK Percentages of Color #ebeabd

%0
%0
%20
%8

Triadic Colors of #ebeabd

#ebeabd #bdebea #eabdeb

Analogous Colors of #ebeabd

#ebeabd #d5ebbd #ebd3bd

Monochromatic Colors of #ebeabd

#ebeabd

Complementary Color

#ebeabd #bdbeeb

#ebeabd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeabd Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeabd Color CSS Codes

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

#ebeabd Text Font Color

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

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


#ebeabd Background Color

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

This div background color is #ebeabd


#ebeabd Border Color

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

This div border color is #ebeabd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeabd


Comments

No comments written yet.

Please login to write comment.