Color Hex Logo

#ebc796 Color Hex

#EBC796
(235,199,150)
0 Favorites   0 Comments

Color spaces of #ebc796

RGB 235199150
HSL0.100.680.75
HSV35°36°92°
CMYK 0.000.150.36   0.08
XYZ60.189460.711037.4002
Yxy60.71100.38020.3835
Hunter Lab77.91731.532226.0830
CIE-Lab82.22315.993329.2836

#ebc796 color RGB value is (235,199,150).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11000111 10010110
Octal 353 307 226
Decimal 235 199 150
Hex EB C7 96

RGB Percentages of Color #ebc796

%40.24
%34.08
%25.68

CMYK Percentages of Color #ebc796

%0
%15
%36
%8

Triadic Colors of #ebc796

#ebc796 #96ebc7 #c796eb

Analogous Colors of #ebc796

#ebc796 #e5eb96 #eb9d96

Monochromatic Colors of #ebc796

#ebc796

Complementary Color

#ebc796 #96baeb

#ebc796 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebc796 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebc796 Color CSS Codes

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

#ebc796 Text Font Color

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

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


#ebc796 Background Color

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

This div background color is #ebc796


#ebc796 Border Color

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

This div border color is #ebc796


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebc796


Comments

No comments written yet.

Please login to write comment.