Color Hex Logo

#eeb976 Color Hex

#EEB976
(238,185,118)
0 Favorites   0 Comments

Color spaces of #eeb976

RGB 238185118
HSL0.090.780.70
HSV34°50°93°
CMYK 0.000.220.50   0.07
XYZ55.878954.183124.6528
Yxy54.18310.41480.4022
Hunter Lab73.60926.688631.6693
CIE-Lab78.568411.241841.1503

#eeb976 color RGB value is (238,185,118).

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

The process color (four color CMYK) of #eeb976 color hex is 0.00, 0.22, 0.50, 0.07. Web safe color of #eeb976 is #ffcc66. Color #eeb976 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111001 01110110
Octal 356 271 166
Decimal 238 185 118
Hex EE B9 76

RGB Percentages of Color #eeb976

%43.99
%34.20
%21.81

CMYK Percentages of Color #eeb976

%0
%22
%50
%7

Triadic Colors of #eeb976

#eeb976 #76eeb9 #b976ee

Analogous Colors of #eeb976

#eeb976 #e7ee76 #ee7d76

Monochromatic Colors of #eeb976

#eeb976

Complementary Color

#eeb976 #76abee

#eeb976 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb976 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb976 Color CSS Codes

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

#eeb976 Text Font Color

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

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


#eeb976 Background Color

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

This div background color is #eeb976


#eeb976 Border Color

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

This div border color is #eeb976


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb976


Comments

No comments written yet.

Please login to write comment.