Color Hex Logo

#eeba07 Color Hex

#EEBA07
(238,186,7)
0 Favorites   0 Comments

Color spaces of #eeba07

RGB 2381867
HSL0.130.940.48
HSV46°97°93°
CMYK 0.000.220.97   0.07
XYZ52.857253.31037.7051
Yxy53.31030.46420.4682
Hunter Lab73.01391.447844.8529
CIE-Lab78.05785.751979.4438

#eeba07 color RGB value is (238,186,7).

#eeba07 hex color red value is 238, green value is 186 and the blue value of its RGB is 7. Cylindrical-coordinate representations (also known as HSL) of color #eeba07 hue: 0.13 , saturation: 0.94 and the lightness value of eeba07 is 0.48.

The process color (four color CMYK) of #eeba07 color hex is 0.00, 0.22, 0.97, 0.07. Web safe color of #eeba07 is #ffcc00. Color #eeba07 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 00000111
Octal 356 272 7
Decimal 238 186 7
Hex EE BA 7

RGB Percentages of Color #eeba07

%55.22
%43.16
%1.62

CMYK Percentages of Color #eeba07

%0
%22
%97
%7

Triadic Colors of #eeba07

#eeba07 #07eeba #ba07ee

Analogous Colors of #eeba07

#eeba07 #afee07 #ee4707

Monochromatic Colors of #eeba07

#eeba07

Complementary Color

#eeba07 #073bee

#eeba07 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeba07 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeba07 Color CSS Codes

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

#eeba07 Text Font Color

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

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


#eeba07 Background Color

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

This div background color is #eeba07


#eeba07 Border Color

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

This div border color is #eeba07


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeba07


Comments

No comments written yet.

Please login to write comment.