Color Hex Logo

#eeb02f Color Hex

#EEB02F
(238,176,47)
0 Favorites   0 Comments

Color spaces of #eeb02f

RGB 23817647
HSL0.110.850.56
HSV41°80°93°
CMYK 0.000.260.80   0.07
XYZ51.298349.43309.5271
Yxy49.43300.46530.4483
Hunter Lab70.30867.196441.1820
CIE-Lab75.719911.746669.3479

#eeb02f color RGB value is (238,176,47).

#eeb02f hex color red value is 238, green value is 176 and the blue value of its RGB is 47. Cylindrical-coordinate representations (also known as HSL) of color #eeb02f hue: 0.11 , saturation: 0.85 and the lightness value of eeb02f is 0.56.

The process color (four color CMYK) of #eeb02f color hex is 0.00, 0.26, 0.80, 0.07. Web safe color of #eeb02f is #ff9933. Color #eeb02f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110000 00101111
Octal 356 260 57
Decimal 238 176 47
Hex EE B0 2F

RGB Percentages of Color #eeb02f

%51.63
%38.18
%10.20

CMYK Percentages of Color #eeb02f

%0
%26
%80
%7

Triadic Colors of #eeb02f

#eeb02f #2feeb0 #b02fee

Analogous Colors of #eeb02f

#eeb02f #cdee2f #ee502f

Monochromatic Colors of #eeb02f

#eeb02f

Complementary Color

#eeb02f #2f6dee

#eeb02f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb02f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb02f Color CSS Codes

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

#eeb02f Text Font Color

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

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


#eeb02f Background Color

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

This div background color is #eeb02f


#eeb02f Border Color

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

This div border color is #eeb02f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb02f


Comments

No comments written yet.

Please login to write comment.