Color Hex Logo

#eeb383 Color Hex

#EEB383
(238,179,131)
0 Favorites   0 Comments

Color spaces of #eeb383

RGB 238179131
HSL0.070.760.72
HSV27°45°93°
CMYK 0.000.250.45   0.07
XYZ55.476752.056028.5966
Yxy52.05600.40750.3824
Hunter Lab72.149810.988127.0053
CIE-Lab77.314315.639932.8067

#eeb383 color RGB value is (238,179,131).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 10000011
Octal 356 263 203
Decimal 238 179 131
Hex EE B3 83

RGB Percentages of Color #eeb383

%43.43
%32.66
%23.91

CMYK Percentages of Color #eeb383

%0
%25
%45
%7

Triadic Colors of #eeb383

#eeb383 #83eeb3 #b383ee

Analogous Colors of #eeb383

#eeb383 #eee983 #ee8389

Monochromatic Colors of #eeb383

#eeb383

Complementary Color

#eeb383 #83beee

#eeb383 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb383 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb383 Color CSS Codes

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

#eeb383 Text Font Color

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

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


#eeb383 Background Color

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

This div background color is #eeb383


#eeb383 Border Color

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

This div border color is #eeb383


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb383


Comments

No comments written yet.

Please login to write comment.