Color Hex Logo

#ebe696 Color Hex

#EBE696
(235,230,150)
0 Favorites   0 Comments

Color spaces of #ebe696

RGB 235230150
HSL0.160.680.75
HSV56°36°92°
CMYK 0.000.020.36   0.08
XYZ68.062876.457840.0247
Yxy76.45780.36880.4143
Hunter Lab87.4402-14.077134.0688
CIE-Lab90.0715-9.875539.6127

#ebe696 color RGB value is (235,230,150).

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

The process color (four color CMYK) of #ebe696 color hex is 0.00, 0.02, 0.36, 0.08. Web safe color of #ebe696 is #ffff99. Color #ebe696 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100110 10010110
Octal 353 346 226
Decimal 235 230 150
Hex EB E6 96

RGB Percentages of Color #ebe696

%38.21
%37.40
%24.39

CMYK Percentages of Color #ebe696

%0
%2
%36
%8

Triadic Colors of #ebe696

#ebe696 #96ebe6 #e696eb

Analogous Colors of #ebe696

#ebe696 #c6eb96 #ebbc96

Monochromatic Colors of #ebe696

#ebe696

Complementary Color

#ebe696 #969beb

#ebe696 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe696 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe696 Color CSS Codes

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

#ebe696 Text Font Color

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

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


#ebe696 Background Color

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

This div background color is #ebe696


#ebe696 Border Color

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

This div border color is #ebe696


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe696


Comments

No comments written yet.

Please login to write comment.