Color Hex Logo

#eeb82c Color Hex

#EEB82C
(238,184,44)
0 Favorites   0 Comments

Color spaces of #eeb82c

RGB 23818444
HSL0.120.850.55
HSV43°82°93°
CMYK 0.000.230.82   0.07
XYZ52.855052.64009.7576
Yxy52.64000.45860.4567
Hunter Lab72.55343.068342.8136
CIE-Lab77.66207.452571.9859

#eeb82c color RGB value is (238,184,44).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10111000 00101100
Octal 356 270 54
Decimal 238 184 44
Hex EE B8 2C

RGB Percentages of Color #eeb82c

%51.07
%39.48
%9.44

CMYK Percentages of Color #eeb82c

%0
%23
%82
%7

Triadic Colors of #eeb82c

#eeb82c #2ceeb8 #b82cee

Analogous Colors of #eeb82c

#eeb82c #c3ee2c #ee572c

Monochromatic Colors of #eeb82c

#eeb82c

Complementary Color

#eeb82c #2c62ee

#eeb82c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb82c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb82c Color CSS Codes

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

#eeb82c Text Font Color

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

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


#eeb82c Background Color

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

This div background color is #eeb82c


#eeb82c Border Color

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

This div border color is #eeb82c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb82c


Comments

No comments written yet.

Please login to write comment.