Color Hex Logo

#eeb30f Color Hex

#EEB30F
(238,179,15)
0 Favorites   0 Comments

Color spaces of #eeb30f

RGB 23817915
HSL0.120.880.50
HSV44°94°93°
CMYK 0.000.250.94   0.07
XYZ51.466250.45187.4776
Yxy50.45180.47050.4612
Hunter Lab71.02945.035343.4789
CIE-Lab76.34579.492777.3143

#eeb30f color RGB value is (238,179,15).

#eeb30f hex color red value is 238, green value is 179 and the blue value of its RGB is 15. Cylindrical-coordinate representations (also known as HSL) of color #eeb30f hue: 0.12 , saturation: 0.88 and the lightness value of eeb30f is 0.50.

The process color (four color CMYK) of #eeb30f color hex is 0.00, 0.25, 0.94, 0.07. Web safe color of #eeb30f is #ffcc00. Color #eeb30f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 00001111
Octal 356 263 17
Decimal 238 179 15
Hex EE B3 F

RGB Percentages of Color #eeb30f

%55.09
%41.44
%3.47

CMYK Percentages of Color #eeb30f

%0
%25
%94
%7

Triadic Colors of #eeb30f

#eeb30f #0feeb3 #b30fee

Analogous Colors of #eeb30f

#eeb30f #baee0f #ee440f

Monochromatic Colors of #eeb30f

#eeb30f

Complementary Color

#eeb30f #0f4aee

#eeb30f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb30f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb30f Color CSS Codes

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

#eeb30f Text Font Color

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

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


#eeb30f Background Color

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

This div background color is #eeb30f


#eeb30f Border Color

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

This div border color is #eeb30f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb30f


Comments

No comments written yet.

Please login to write comment.