Color Hex Logo

#eeb83a Color Hex

#EEB83A
(238,184,58)
0 Favorites   0 Comments

Color spaces of #eeb83a

RGB 23818458
HSL0.120.840.58
HSV42°76°93°
CMYK 0.000.230.76   0.07
XYZ53.164152.763611.3853
Yxy52.76360.45320.4498
Hunter Lab72.63863.526541.5539
CIE-Lab77.73527.936867.3892

#eeb83a color RGB value is (238,184,58).

#eeb83a hex color red value is 238, green value is 184 and the blue value of its RGB is 58. Cylindrical-coordinate representations (also known as HSL) of color #eeb83a hue: 0.12 , saturation: 0.84 and the lightness value of eeb83a is 0.58.

The process color (four color CMYK) of #eeb83a color hex is 0.00, 0.23, 0.76, 0.07. Web safe color of #eeb83a is #ffcc33. Color #eeb83a contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111000 00111010
Octal 356 270 72
Decimal 238 184 58
Hex EE B8 3A

RGB Percentages of Color #eeb83a

%49.58
%38.33
%12.08

CMYK Percentages of Color #eeb83a

%0
%23
%76
%7

Triadic Colors of #eeb83a

#eeb83a #3aeeb8 #b83aee

Analogous Colors of #eeb83a

#eeb83a #caee3a #ee5e3a

Monochromatic Colors of #eeb83a

#eeb83a

Complementary Color

#eeb83a #3a70ee

#eeb83a Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb83a Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb83a Color CSS Codes

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

#eeb83a Text Font Color

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

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


#eeb83a Background Color

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

This div background color is #eeb83a


#eeb83a Border Color

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

This div border color is #eeb83a


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb83a


Comments

No comments written yet.

Please login to write comment.