Color Hex Logo

#eeb214 Color Hex

#EEB214
(238,178,20)
0 Favorites   0 Comments

Color spaces of #eeb214

RGB 23817820
HSL0.120.870.51
HSV43°92°93°
CMYK 0.000.250.92   0.07
XYZ51.306650.06847.6218
Yxy50.06840.47070.4594
Hunter Lab70.75905.600143.1449
CIE-Lab76.111210.081876.3868

#eeb214 color RGB value is (238,178,20).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110010 00010100
Octal 356 262 24
Decimal 238 178 20
Hex EE B2 14

RGB Percentages of Color #eeb214

%54.59
%40.83
%4.59

CMYK Percentages of Color #eeb214

%0
%25
%92
%7

Triadic Colors of #eeb214

#eeb214 #14eeb2 #b214ee

Analogous Colors of #eeb214

#eeb214 #bdee14 #ee4514

Monochromatic Colors of #eeb214

#eeb214

Complementary Color

#eeb214 #1450ee

#eeb214 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb214 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb214 Color CSS Codes

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

#eeb214 Text Font Color

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

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


#eeb214 Background Color

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

This div background color is #eeb214


#eeb214 Border Color

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

This div border color is #eeb214


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,178,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 #eeb214">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb214


Comments

No comments written yet.

Please login to write comment.