Color Hex Logo

#eeb384 Color Hex

#EEB384
(238,179,132)
0 Favorites   0 Comments

Color spaces of #eeb384

RGB 238179132
HSL0.070.760.73
HSV27°45°93°
CMYK 0.000.250.45   0.07
XYZ55.544952.083328.9553
Yxy52.08330.40670.3813
Hunter Lab72.168811.087726.7300
CIE-Lab77.330615.740732.3015

#eeb384 color RGB value is (238,179,132).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 10000100
Octal 356 263 204
Decimal 238 179 132
Hex EE B3 84

RGB Percentages of Color #eeb384

%43.35
%32.60
%24.04

CMYK Percentages of Color #eeb384

%0
%25
%45
%7

Triadic Colors of #eeb384

#eeb384 #84eeb3 #b384ee

Analogous Colors of #eeb384

#eeb384 #eee884 #ee848a

Monochromatic Colors of #eeb384

#eeb384

Complementary Color

#eeb384 #84bfee

#eeb384 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb384 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb384 Color CSS Codes

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

#eeb384 Text Font Color

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

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


#eeb384 Background Color

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

This div background color is #eeb384


#eeb384 Border Color

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

This div border color is #eeb384


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb384


Comments

No comments written yet.

Please login to write comment.