Color Hex Logo

#eee7ba Color Hex

#EEE7BA
(238,231,186)
0 Favorites   0 Comments

Color spaces of #eee7ba

RGB 238231186
HSL0.140.600.83
HSV52°22°93°
CMYK 0.000.030.22   0.07
XYZ72.698778.874157.8470
Yxy78.87410.34710.3766
Hunter Lab88.8111-9.303423.5493
CIE-Lab91.1773-4.708122.8051

#eee7ba color RGB value is (238,231,186).

#eee7ba hex color red value is 238, green value is 231 and the blue value of its RGB is 186. Cylindrical-coordinate representations (also known as HSL) of color #eee7ba hue: 0.14 , saturation: 0.60 and the lightness value of eee7ba is 0.83.

The process color (four color CMYK) of #eee7ba color hex is 0.00, 0.03, 0.22, 0.07. Web safe color of #eee7ba is #ffffcc. Color #eee7ba contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11100111 10111010
Octal 356 347 272
Decimal 238 231 186
Hex EE E7 BA

RGB Percentages of Color #eee7ba

%36.34
%35.27
%28.40

CMYK Percentages of Color #eee7ba

%0
%3
%22
%7

Triadic Colors of #eee7ba

#eee7ba #baeee7 #e7baee

Analogous Colors of #eee7ba

#eee7ba #dbeeba #eecdba

Monochromatic Colors of #eee7ba

#eee7ba

Complementary Color

#eee7ba #bac1ee

#eee7ba Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eee7ba Color Preview on White Background

Lorem ipsum dolor sit amet.

#eee7ba Color CSS Codes

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

#eee7ba Text Font Color

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

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


#eee7ba Background Color

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

This div background color is #eee7ba


#eee7ba Border Color

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

This div border color is #eee7ba


Css3 Examples

.textShadowRgb {
  text-shadow: 4px 4px 2px rgba(238,231,186, 0.8); } 
.textShadowHex { 
  text-shadow: 4px 4px 2px #eee7ba; }
.divShadow { 
  -moz-box-shadow: 1px 1px 3px 2px #eee7ba;
  -webkit-box-shadow: 1px 1px 3px 2px #eee7ba;
  box-shadow:         1px 1px 3px 2px #eee7ba; }

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,231,186, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eee7ba


Comments

No comments written yet.

Please login to write comment.