Color Hex Logo

#eeb34f Color Hex

#EEB34F
(238,179,79)
0 Favorites   0 Comments

Color spaces of #eeb34f

RGB 23817979
HSL0.100.820.62
HSV38°67°93°
CMYK 0.000.250.67   0.07
XYZ52.791350.981914.4552
Yxy50.98190.44650.4312
Hunter Lab71.40167.022537.9779
CIE-Lab76.668011.571557.7448

#eeb34f color RGB value is (238,179,79).

#eeb34f hex color red value is 238, green value is 179 and the blue value of its RGB is 79. Cylindrical-coordinate representations (also known as HSL) of color #eeb34f hue: 0.10 , saturation: 0.82 and the lightness value of eeb34f is 0.62.

The process color (four color CMYK) of #eeb34f color hex is 0.00, 0.25, 0.67, 0.07. Web safe color of #eeb34f is #ffcc66. Color #eeb34f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 01001111
Octal 356 263 117
Decimal 238 179 79
Hex EE B3 4F

RGB Percentages of Color #eeb34f

%47.98
%36.09
%15.93

CMYK Percentages of Color #eeb34f

%0
%25
%67
%7

Triadic Colors of #eeb34f

#eeb34f #4feeb3 #b34fee

Analogous Colors of #eeb34f

#eeb34f #daee4f #ee644f

Monochromatic Colors of #eeb34f

#eeb34f

Complementary Color

#eeb34f #4f8aee

#eeb34f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb34f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb34f Color CSS Codes

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

#eeb34f Text Font Color

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

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


#eeb34f Background Color

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

This div background color is #eeb34f


#eeb34f Border Color

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

This div border color is #eeb34f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb34f


Comments

No comments written yet.

Please login to write comment.