Color Hex Logo

#ebb988 Color Hex

#EBB988
(235,185,136)
0 Favorites   0 Comments

Color spaces of #ebb988

RGB 235185136
HSL0.080.710.73
HSV30°42°92°
CMYK 0.000.210.42   0.08
XYZ56.053854.137730.7878
Yxy54.13770.39760.3840
Hunter Lab73.57837.223726.6958
CIE-Lab78.542011.792231.7322

#ebb988 color RGB value is (235,185,136).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111001 10001000
Octal 353 271 210
Decimal 235 185 136
Hex EB B9 88

RGB Percentages of Color #ebb988

%42.27
%33.27
%24.46

CMYK Percentages of Color #ebb988

%0
%21
%42
%8

Triadic Colors of #ebb988

#ebb988 #88ebb9 #b988eb

Analogous Colors of #ebb988

#ebb988 #ebeb88 #eb8889

Monochromatic Colors of #ebb988

#ebb988

Complementary Color

#ebb988 #88baeb

#ebb988 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebb988 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebb988 Color CSS Codes

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

#ebb988 Text Font Color

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

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


#ebb988 Background Color

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

This div background color is #ebb988


#ebb988 Border Color

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

This div border color is #ebb988


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebb988


Comments

No comments written yet.

Please login to write comment.