Color Hex Logo

#eeba48 Color Hex

#EEBA48
(238,186,72)
0 Favorites   0 Comments

Color spaces of #eeba48

RGB 23818672
HSL0.110.830.61
HSV41°70°93°
CMYK 0.000.220.70   0.07
XYZ53.988553.762813.6627
Yxy53.76280.44470.4428
Hunter Lab73.32313.115840.2784
CIE-Lab78.32327.520862.4983

#eeba48 color RGB value is (238,186,72).

#eeba48 hex color red value is 238, green value is 186 and the blue value of its RGB is 72. Cylindrical-coordinate representations (also known as HSL) of color #eeba48 hue: 0.11 , saturation: 0.83 and the lightness value of eeba48 is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 01001000
Octal 356 272 110
Decimal 238 186 72
Hex EE BA 48

RGB Percentages of Color #eeba48

%47.98
%37.50
%14.52

CMYK Percentages of Color #eeba48

%0
%22
%70
%7

Triadic Colors of #eeba48

#eeba48 #48eeba #ba48ee

Analogous Colors of #eeba48

#eeba48 #cfee48 #ee6748

Monochromatic Colors of #eeba48

#eeba48

Complementary Color

#eeba48 #487cee

#eeba48 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeba48 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeba48 Color CSS Codes

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

#eeba48 Text Font Color

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

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


#eeba48 Background Color

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

This div background color is #eeba48


#eeba48 Border Color

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

This div border color is #eeba48


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeba48


Comments

No comments written yet.

Please login to write comment.