Color Hex Logo

#eeb38d Color Hex

#EEB38D
(238,179,141)
0 Favorites   0 Comments

Color spaces of #eeb38d

RGB 238179141
HSL0.070.740.74
HSV24°41°93°
CMYK 0.000.250.41   0.07
XYZ56.187752.340432.3406
Yxy52.34040.39890.3716
Hunter Lab72.346712.024524.1387
CIE-Lab77.483916.686327.7372

#eeb38d color RGB value is (238,179,141).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 10001101
Octal 356 263 215
Decimal 238 179 141
Hex EE B3 8D

RGB Percentages of Color #eeb38d

%42.65
%32.08
%25.27

CMYK Percentages of Color #eeb38d

%0
%25
%41
%7

Triadic Colors of #eeb38d

#eeb38d #8deeb3 #b38dee

Analogous Colors of #eeb38d

#eeb38d #eee48d #ee8d98

Monochromatic Colors of #eeb38d

#eeb38d

Complementary Color

#eeb38d #8dc8ee

#eeb38d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb38d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb38d Color CSS Codes

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

#eeb38d Text Font Color

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

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


#eeb38d Background Color

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

This div background color is #eeb38d


#eeb38d Border Color

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

This div border color is #eeb38d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb38d


Comments

No comments written yet.

Please login to write comment.