Color Hex Logo

#eeba34 Color Hex

#EEBA34
(238,186,52)
0 Favorites   0 Comments

Color spaces of #eeba34

RGB 23818652
HSL0.120.850.57
HSV43°78°93°
CMYK 0.000.220.78   0.07
XYZ53.438653.542910.7671
Yxy53.54290.45380.4547
Hunter Lab73.17302.306642.4968
CIE-Lab78.19446.665269.9182

#eeba34 color RGB value is (238,186,52).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 00110100
Octal 356 272 64
Decimal 238 186 52
Hex EE BA 34

RGB Percentages of Color #eeba34

%50.00
%39.08
%10.92

CMYK Percentages of Color #eeba34

%0
%22
%78
%7

Triadic Colors of #eeba34

#eeba34 #34eeba #ba34ee

Analogous Colors of #eeba34

#eeba34 #c5ee34 #ee5d34

Monochromatic Colors of #eeba34

#eeba34

Complementary Color

#eeba34 #3468ee

#eeba34 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeba34 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeba34 Color CSS Codes

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

#eeba34 Text Font Color

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

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


#eeba34 Background Color

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

This div background color is #eeba34


#eeba34 Border Color

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

This div border color is #eeba34


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeba34


Comments

No comments written yet.

Please login to write comment.