Color Hex Logo

#eeb117 Color Hex

#EEB117
(238,177,23)
0 Favorites   0 Comments

Color spaces of #eeb117

RGB 23817723
HSL0.120.860.51
HSV43°90°93°
CMYK 0.000.260.90   0.07
XYZ51.136749.68337.7052
Yxy49.68330.47120.4578
Hunter Lab70.48646.147642.8592
CIE-Lab75.874510.652575.6790

#eeb117 color RGB value is (238,177,23).

#eeb117 hex color red value is 238, green value is 177 and the blue value of its RGB is 23. Cylindrical-coordinate representations (also known as HSL) of color #eeb117 hue: 0.12 , saturation: 0.86 and the lightness value of eeb117 is 0.51.

The process color (four color CMYK) of #eeb117 color hex is 0.00, 0.26, 0.90, 0.07. Web safe color of #eeb117 is #ff9900. Color #eeb117 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110001 00010111
Octal 356 261 27
Decimal 238 177 23
Hex EE B1 17

RGB Percentages of Color #eeb117

%54.34
%40.41
%5.25

CMYK Percentages of Color #eeb117

%0
%26
%90
%7

Triadic Colors of #eeb117

#eeb117 #17eeb1 #b117ee

Analogous Colors of #eeb117

#eeb117 #c0ee17 #ee4517

Monochromatic Colors of #eeb117

#eeb117

Complementary Color

#eeb117 #1754ee

#eeb117 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb117 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb117 Color CSS Codes

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

#eeb117 Text Font Color

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

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


#eeb117 Background Color

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

This div background color is #eeb117


#eeb117 Border Color

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

This div border color is #eeb117


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb117


Comments

No comments written yet.

Please login to write comment.