Color Hex Logo

#eeba30 Color Hex

#EEBA30
(238,186,48)
9 Favorites   0 Comments

Color spaces of #eeba30

RGB 23818648
HSL0.120.850.56
HSV44°80°93°
CMYK 0.000.220.80   0.07
XYZ53.352353.508410.3125
Yxy53.50840.45530.4567
Hunter Lab73.14942.179342.8460
CIE-Lab78.17426.530171.2037

#eeba30 color RGB value is (238,186,48).

#eeba30 hex color red value is 238, green value is 186 and the blue value of its RGB is 48. Cylindrical-coordinate representations (also known as HSL) of color #eeba30 hue: 0.12 , saturation: 0.85 and the lightness value of eeba30 is 0.56.

The process color (four color CMYK) of #eeba30 color hex is 0.00, 0.22, 0.80, 0.07. Web safe color of #eeba30 is #ffcc33. Color #eeba30 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 00110000
Octal 356 272 60
Decimal 238 186 48
Hex EE BA 30

RGB Percentages of Color #eeba30

%50.42
%39.41
%10.17

CMYK Percentages of Color #eeba30

%0
%22
%80
%7

Triadic Colors of #eeba30

#eeba30 #30eeba #ba30ee

Analogous Colors of #eeba30

#eeba30 #c3ee30 #ee5b30

Monochromatic Colors of #eeba30

#eeba30

Complementary Color

#eeba30 #3064ee

#eeba30 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeba30 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeba30 Color CSS Codes

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

#eeba30 Text Font Color

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

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


#eeba30 Background Color

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

This div background color is #eeba30


#eeba30 Border Color

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

This div border color is #eeba30


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeba30


Comments

No comments written yet.

Please login to write comment.