Color Hex Logo

#e8e295 Color Hex

#E8E295
(232,226,149)
0 Favorites   0 Comments

Color spaces of #e8e295

RGB 232226149
HSL0.150.640.75
HSV56°36°91°
CMYK 0.000.030.36   0.09
XYZ65.899973.718439.1896
Yxy73.71840.36860.4123
Hunter Lab85.8594-13.249433.0393
CIE-Lab88.7892-9.138138.4054

#e8e295 color RGB value is (232,226,149).

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

The process color (four color CMYK) of #e8e295 color hex is 0.00, 0.03, 0.36, 0.09. Web safe color of #e8e295 is #ffcc99. Color #e8e295 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101000 11100010 10010101
Octal 350 342 225
Decimal 232 226 149
Hex E8 E2 95

RGB Percentages of Color #e8e295

%38.22
%37.23
%24.55

CMYK Percentages of Color #e8e295

%0
%3
%36
%9

Triadic Colors of #e8e295

#e8e295 #95e8e2 #e295e8

Analogous Colors of #e8e295

#e8e295 #c5e895 #e8b995

Monochromatic Colors of #e8e295

#e8e295

Complementary Color

#e8e295 #959be8

#e8e295 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e8e295 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e8e295 Color CSS Codes

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

#e8e295 Text Font Color

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

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


#e8e295 Background Color

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

This div background color is #e8e295


#e8e295 Border Color

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

This div border color is #e8e295


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e8e295


Comments

No comments written yet.

Please login to write comment.