Color Hex Logo

#eeba1c Color Hex

#EEBA1C
(238,186,28)
0 Favorites   0 Comments

Color spaces of #eeba1c

RGB 23818628
HSL0.130.860.52
HSV45°88°93°
CMYK 0.000.220.88   0.07
XYZ53.028453.37888.6068
Yxy53.37880.46110.4641
Hunter Lab73.06081.701044.1580
CIE-Lab78.09816.021776.4046

#eeba1c color RGB value is (238,186,28).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111010 00011100
Octal 356 272 34
Decimal 238 186 28
Hex EE BA 1C

RGB Percentages of Color #eeba1c

%52.65
%41.15
%6.19

CMYK Percentages of Color #eeba1c

%0
%22
%88
%7

Triadic Colors of #eeba1c

#eeba1c #1ceeba #ba1cee

Analogous Colors of #eeba1c

#eeba1c #b9ee1c #ee511c

Monochromatic Colors of #eeba1c

#eeba1c

Complementary Color

#eeba1c #1c50ee

#eeba1c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeba1c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeba1c Color CSS Codes

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

#eeba1c Text Font Color

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

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


#eeba1c Background Color

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

This div background color is #eeba1c


#eeba1c Border Color

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

This div border color is #eeba1c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeba1c


Comments

No comments written yet.

Please login to write comment.