Color Hex Logo

#ebe295 Color Hex

#EBE295
(235,226,149)
0 Favorites   0 Comments

Color spaces of #ebe295

RGB 235226149
HSL0.150.680.75
HSV54°37°92°
CMYK 0.000.040.37   0.08
XYZ66.882174.224839.2355
Yxy74.22480.37090.4116
Hunter Lab86.1538-12.197833.3063
CIE-Lab89.0286-7.982238.7626

#ebe295 color RGB value is (235,226,149).

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

The process color (four color CMYK) of #ebe295 color hex is 0.00, 0.04, 0.37, 0.08. Web safe color of #ebe295 is #ffcc99. Color #ebe295 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100010 10010101
Octal 353 342 225
Decimal 235 226 149
Hex EB E2 95

RGB Percentages of Color #ebe295

%38.52
%37.05
%24.43

CMYK Percentages of Color #ebe295

%0
%4
%37
%8

Triadic Colors of #ebe295

#ebe295 #95ebe2 #e295eb

Analogous Colors of #ebe295

#ebe295 #c9eb95 #ebb795

Monochromatic Colors of #ebe295

#ebe295

Complementary Color

#ebe295 #959eeb

#ebe295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe295 Color CSS Codes

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

#ebe295 Text Font Color

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

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


#ebe295 Background Color

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

This div background color is #ebe295


#ebe295 Border Color

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

This div border color is #ebe295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe295


Comments

No comments written yet.

Please login to write comment.