Color Hex Logo

#ebbe9b Color Hex

#EBBE9B
(235,190,155)
0 Favorites   0 Comments

Color spaces of #ebbe9b

RGB 235190155
HSL0.070.670.76
HSV26°34°92°
CMYK 0.000.190.34   0.08
XYZ58.590856.855638.8965
Yxy56.85560.37960.3684
Hunter Lab75.40276.746822.1971
CIE-Lab80.098311.316623.7766

#ebbe9b color RGB value is (235,190,155).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 10011011
Octal 353 276 233
Decimal 235 190 155
Hex EB BE 9B

RGB Percentages of Color #ebbe9b

%40.52
%32.76
%26.72

CMYK Percentages of Color #ebbe9b

%0
%19
%34
%8

Triadic Colors of #ebbe9b

#ebbe9b #9bebbe #be9beb

Analogous Colors of #ebbe9b

#ebbe9b #ebe69b #eb9ba0

Monochromatic Colors of #ebbe9b

#ebbe9b

Complementary Color

#ebbe9b #9bc8eb

#ebbe9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbe9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbe9b Color CSS Codes

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

#ebbe9b Text Font Color

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

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


#ebbe9b Background Color

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

This div background color is #ebbe9b


#ebbe9b Border Color

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

This div border color is #ebbe9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbe9b

#ebbe9b Color Palettes


Comments

No comments written yet.

Please login to write comment.