Color Hex Logo

#eeb386 Color Hex

#EEB386
(238,179,134)
0 Favorites   0 Comments

Color spaces of #eeb386

RGB 238179134
HSL0.070.750.73
HSV26°44°93°
CMYK 0.000.250.44   0.07
XYZ55.683152.138629.6832
Yxy52.13860.40500.3792
Hunter Lab72.207111.289526.1717
CIE-Lab77.363615.944831.2896

#eeb386 color RGB value is (238,179,134).

#eeb386 hex color red value is 238, green value is 179 and the blue value of its RGB is 134. Cylindrical-coordinate representations (also known as HSL) of color #eeb386 hue: 0.07 , saturation: 0.75 and the lightness value of eeb386 is 0.73.

The process color (four color CMYK) of #eeb386 color hex is 0.00, 0.25, 0.44, 0.07. Web safe color of #eeb386 is #ffcc99. Color #eeb386 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 10000110
Octal 356 263 206
Decimal 238 179 134
Hex EE B3 86

RGB Percentages of Color #eeb386

%43.19
%32.49
%24.32

CMYK Percentages of Color #eeb386

%0
%25
%44
%7

Triadic Colors of #eeb386

#eeb386 #86eeb3 #b386ee

Analogous Colors of #eeb386

#eeb386 #eee786 #ee868d

Monochromatic Colors of #eeb386

#eeb386

Complementary Color

#eeb386 #86c1ee

#eeb386 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb386 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb386 Color CSS Codes

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

#eeb386 Text Font Color

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

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


#eeb386 Background Color

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

This div background color is #eeb386


#eeb386 Border Color

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

This div border color is #eeb386


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb386


Comments

No comments written yet.

Please login to write comment.