Color Hex Logo

#eae196 Color Hex

#EAE196
(234,225,150)
0 Favorites   0 Comments

Color spaces of #eae196

RGB 234225150
HSL0.150.670.75
HSV54°36°92°
CMYK 0.000.040.36   0.08
XYZ66.361973.544939.5521
Yxy73.54490.36980.4098
Hunter Lab85.7583-11.949432.6860
CIE-Lab88.7070-7.751737.8262

#eae196 color RGB value is (234,225,150).

#eae196 hex color red value is 234, green value is 225 and the blue value of its RGB is 150. Cylindrical-coordinate representations (also known as HSL) of color #eae196 hue: 0.15 , saturation: 0.67 and the lightness value of eae196 is 0.75.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11100001 10010110
Octal 352 341 226
Decimal 234 225 150
Hex EA E1 96

RGB Percentages of Color #eae196

%38.42
%36.95
%24.63

CMYK Percentages of Color #eae196

%0
%4
%36
%8

Triadic Colors of #eae196

#eae196 #96eae1 #e196ea

Analogous Colors of #eae196

#eae196 #c9ea96 #eab796

Monochromatic Colors of #eae196

#eae196

Complementary Color

#eae196 #969fea

#eae196 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eae196 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eae196 Color CSS Codes

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

#eae196 Text Font Color

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

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


#eae196 Background Color

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

This div background color is #eae196


#eae196 Border Color

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

This div border color is #eae196


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eae196


Comments

No comments written yet.

Please login to write comment.