Color Hex Logo

#ebbe96 Color Hex

#EBBE96
(235,190,150)
0 Favorites   0 Comments

Color spaces of #ebbe96

RGB 235190150
HSL0.080.680.75
HSV28°36°92°
CMYK 0.000.190.36   0.08
XYZ58.179456.691136.7302
Yxy56.69110.38380.3740
Hunter Lab75.29356.163623.7822
CIE-Lab80.005510.718126.3016

#ebbe96 color RGB value is (235,190,150).

#ebbe96 hex color red value is 235, green value is 190 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #ebbe96 hue: 0.08 , saturation: 0.68 and the lightness value of ebbe96 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 10010110
Octal 353 276 226
Decimal 235 190 150
Hex EB BE 96

RGB Percentages of Color #ebbe96

%40.87
%33.04
%26.09

CMYK Percentages of Color #ebbe96

%0
%19
%36
%8

Triadic Colors of #ebbe96

#ebbe96 #96ebbe #be96eb

Analogous Colors of #ebbe96

#ebbe96 #ebe996 #eb9699

Monochromatic Colors of #ebbe96

#ebbe96

Complementary Color

#ebbe96 #96c3eb

#ebbe96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbe96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbe96 Color CSS Codes

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

#ebbe96 Text Font Color

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

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


#ebbe96 Background Color

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

This div background color is #ebbe96


#ebbe96 Border Color

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

This div border color is #ebbe96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbe96


Comments

No comments written yet.

Please login to write comment.