Color Hex Logo

#eeb381 Color Hex

#EEB381
(238,179,129)
0 Favorites   0 Comments

Color spaces of #eeb381

RGB 238179129
HSL0.080.760.72
HSV28°46°93°
CMYK 0.000.250.46   0.07
XYZ55.342452.002327.8895
Yxy52.00230.40920.3845
Hunter Lab72.112610.791727.5485
CIE-Lab77.282215.440833.8159

#eeb381 color RGB value is (238,179,129).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 10000001
Octal 356 263 201
Decimal 238 179 129
Hex EE B3 81

RGB Percentages of Color #eeb381

%43.59
%32.78
%23.63

CMYK Percentages of Color #eeb381

%0
%25
%46
%7

Triadic Colors of #eeb381

#eeb381 #81eeb3 #b381ee

Analogous Colors of #eeb381

#eeb381 #eeea81 #ee8186

Monochromatic Colors of #eeb381

#eeb381

Complementary Color

#eeb381 #81bcee

#eeb381 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb381 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb381 Color CSS Codes

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

#eeb381 Text Font Color

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

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


#eeb381 Background Color

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

This div background color is #eeb381


#eeb381 Border Color

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

This div border color is #eeb381


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb381


Comments

No comments written yet.

Please login to write comment.