Color Hex Logo

#eeb42d Color Hex

#EEB42D
(238,180,45)
0 Favorites   0 Comments

Color spaces of #eeb42d

RGB 23818045
HSL0.120.850.55
HSV42°81°93°
CMYK 0.000.240.81   0.07
XYZ52.054851.00919.5848
Yxy51.00910.46210.4528
Hunter Lab71.42075.113242.0376
CIE-Lab76.68459.580270.8321

#eeb42d color RGB value is (238,180,45).

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

The process color (four color CMYK) of #eeb42d color hex is 0.00, 0.24, 0.81, 0.07. Web safe color of #eeb42d is #ffcc33. Color #eeb42d contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110100 00101101
Octal 356 264 55
Decimal 238 180 45
Hex EE B4 2D

RGB Percentages of Color #eeb42d

%51.40
%38.88
%9.72

CMYK Percentages of Color #eeb42d

%0
%24
%81
%7

Triadic Colors of #eeb42d

#eeb42d #2deeb4 #b42dee

Analogous Colors of #eeb42d

#eeb42d #c8ee2d #ee542d

Monochromatic Colors of #eeb42d

#eeb42d

Complementary Color

#eeb42d #2d67ee

#eeb42d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb42d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb42d Color CSS Codes

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

#eeb42d Text Font Color

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

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


#eeb42d Background Color

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

This div background color is #eeb42d


#eeb42d Border Color

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

This div border color is #eeb42d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb42d


Comments

No comments written yet.

Please login to write comment.