Color Hex Logo

#e4eb96 Color Hex

#E4EB96
(228,235,150)
0 Favorites   0 Comments

Color spaces of #e4eb96

RGB 228235150
HSL0.180.680.75
HSV65°36°92°
CMYK 0.030.000.36   0.08
XYZ67.208378.112740.3892
Yxy78.11270.36190.4206
Hunter Lab88.3814-18.929834.7722
CIE-Lab90.8313-15.030640.4892

#e4eb96 color RGB value is (228,235,150).

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

The process color (four color CMYK) of #e4eb96 color hex is 0.03, 0.00, 0.36, 0.08. Web safe color of #e4eb96 is #ccff99. Color #e4eb96 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100100 11101011 10010110
Octal 344 353 226
Decimal 228 235 150
Hex E4 EB 96

RGB Percentages of Color #e4eb96

%37.19
%38.34
%24.47

CMYK Percentages of Color #e4eb96

%3
%0
%36
%8

Triadic Colors of #e4eb96

#e4eb96 #96e4eb #eb96e4

Analogous Colors of #e4eb96

#e4eb96 #baeb96 #ebc896

Monochromatic Colors of #e4eb96

#e4eb96

Complementary Color

#e4eb96 #9d96eb

#e4eb96 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e4eb96 Color Preview on White Background

Lorem ipsum dolor sit amet.

#e4eb96 Color CSS Codes

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

#e4eb96 Text Font Color

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

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


#e4eb96 Background Color

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

This div background color is #e4eb96


#e4eb96 Border Color

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

This div border color is #e4eb96


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e4eb96


Comments

No comments written yet.

Please login to write comment.