Color Hex Logo

#eeb980 Color Hex

#EEB980
(238,185,128)
0 Favorites   0 Comments

Color spaces of #eeb980

RGB 238185128
HSL0.090.760.72
HSV31°46°93°
CMYK 0.000.220.46   0.07
XYZ56.505154.433627.9507
Yxy54.43360.40680.3919
Hunter Lab73.77917.594029.1838
CIE-Lab78.713912.173436.1914

#eeb980 color RGB value is (238,185,128).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111001 10000000
Octal 356 271 200
Decimal 238 185 128
Hex EE B9 80

RGB Percentages of Color #eeb980

%43.19
%33.58
%23.23

CMYK Percentages of Color #eeb980

%0
%22
%46
%7

Triadic Colors of #eeb980

#eeb980 #80eeb9 #b980ee

Analogous Colors of #eeb980

#eeb980 #ecee80 #ee8280

Monochromatic Colors of #eeb980

#eeb980

Complementary Color

#eeb980 #80b5ee

#eeb980 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb980 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb980 Color CSS Codes

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

#eeb980 Text Font Color

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

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


#eeb980 Background Color

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

This div background color is #eeb980


#eeb980 Border Color

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

This div border color is #eeb980


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb980


Comments

No comments written yet.

Please login to write comment.