Color Hex Logo

#eeb314 Color Hex

#EEB314
(238,179,20)
0 Favorites   0 Comments

Color spaces of #eeb314

RGB 23817920
HSL0.120.870.51
HSV44°92°93°
CMYK 0.000.250.92   0.07
XYZ51.506350.46787.6884
Yxy50.46780.46970.4602
Hunter Lab71.04075.095843.3118
CIE-Lab76.35559.556476.5686

#eeb314 color RGB value is (238,179,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 00010100
Octal 356 263 24
Decimal 238 179 20
Hex EE B3 14

RGB Percentages of Color #eeb314

%54.46
%40.96
%4.58

CMYK Percentages of Color #eeb314

%0
%25
%92
%7

Triadic Colors of #eeb314

#eeb314 #14eeb3 #b314ee

Analogous Colors of #eeb314

#eeb314 #bcee14 #ee4614

Monochromatic Colors of #eeb314

#eeb314

Complementary Color

#eeb314 #144fee

#eeb314 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb314 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb314 Color CSS Codes

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

#eeb314 Text Font Color

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

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


#eeb314 Background Color

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

This div background color is #eeb314


#eeb314 Border Color

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

This div border color is #eeb314


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb314


Comments

No comments written yet.

Please login to write comment.