Color Hex Logo

#eeb794 Color Hex

#EEB794
(238,183,148)
0 Favorites   0 Comments

Color spaces of #eeb794

RGB 238183148
HSL0.060.730.76
HSV23°38°93°
CMYK 0.000.230.38   0.07
XYZ57.538754.182235.4426
Yxy54.18220.39100.3682
Hunter Lab73.608610.715822.9778
CIE-Lab78.567915.350925.4691

#eeb794 color RGB value is (238,183,148).

#eeb794 hex color red value is 238, green value is 183 and the blue value of its RGB is 148. Cylindrical-coordinate representations (also known as HSL) of color #eeb794 hue: 0.06 , saturation: 0.73 and the lightness value of eeb794 is 0.76.

The process color (four color CMYK) of #eeb794 color hex is 0.00, 0.23, 0.38, 0.07. Web safe color of #eeb794 is #ffcc99. Color #eeb794 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110111 10010100
Octal 356 267 224
Decimal 238 183 148
Hex EE B7 94

RGB Percentages of Color #eeb794

%41.83
%32.16
%26.01

CMYK Percentages of Color #eeb794

%0
%23
%38
%7

Triadic Colors of #eeb794

#eeb794 #94eeb7 #b794ee

Analogous Colors of #eeb794

#eeb794 #eee494 #ee949e

Monochromatic Colors of #eeb794

#eeb794

Complementary Color

#eeb794 #94cbee

#eeb794 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb794 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb794 Color CSS Codes

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

#eeb794 Text Font Color

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

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


#eeb794 Background Color

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

This div background color is #eeb794


#eeb794 Border Color

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

This div border color is #eeb794


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb794


Comments

No comments written yet.

Please login to write comment.