Color Hex Logo

#eeb305 Color Hex

#EEB305
(238,179,5)
0 Favorites   0 Comments

Color spaces of #eeb305

RGB 2381795
HSL0.120.960.48
HSV45°98°93°
CMYK 0.000.250.98   0.07
XYZ51.407450.42837.1678
Yxy50.42830.47160.4626
Hunter Lab71.01294.946543.7245
CIE-Lab76.33149.399278.4366

#eeb305 color RGB value is (238,179,5).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 00000101
Octal 356 263 5
Decimal 238 179 5
Hex EE B3 5

RGB Percentages of Color #eeb305

%56.40
%42.42
%1.18

CMYK Percentages of Color #eeb305

%0
%25
%98
%7

Triadic Colors of #eeb305

#eeb305 #05eeb3 #b305ee

Analogous Colors of #eeb305

#eeb305 #b5ee05 #ee3f05

Monochromatic Colors of #eeb305

#eeb305

Complementary Color

#eeb305 #0540ee

#eeb305 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb305 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb305 Color CSS Codes

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

#eeb305 Text Font Color

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

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


#eeb305 Background Color

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

This div background color is #eeb305


#eeb305 Border Color

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

This div border color is #eeb305


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb305


Comments

No comments written yet.

Please login to write comment.