Color Hex Logo

#eeb322 Color Hex

#EEB322
(238,179,34)
0 Favorites   0 Comments

Color spaces of #eeb322

RGB 23817934
HSL0.120.860.53
HSV43°86°93°
CMYK 0.000.250.86   0.07
XYZ51.668750.53288.5439
Yxy50.53280.46660.4563
Hunter Lab71.08645.340342.6344
CIE-Lab76.39519.813673.6780

#eeb322 color RGB value is (238,179,34).

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

The process color (four color CMYK) of #eeb322 color hex is 0.00, 0.25, 0.86, 0.07. Web safe color of #eeb322 is #ffcc33. Color #eeb322 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 00100010
Octal 356 263 42
Decimal 238 179 34
Hex EE B3 22

RGB Percentages of Color #eeb322

%52.77
%39.69
%7.54

CMYK Percentages of Color #eeb322

%0
%25
%86
%7

Triadic Colors of #eeb322

#eeb322 #22eeb3 #b322ee

Analogous Colors of #eeb322

#eeb322 #c3ee22 #ee4d22

Monochromatic Colors of #eeb322

#eeb322

Complementary Color

#eeb322 #225dee

#eeb322 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb322 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb322 Color CSS Codes

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

#eeb322 Text Font Color

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

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


#eeb322 Background Color

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

This div background color is #eeb322


#eeb322 Border Color

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

This div border color is #eeb322


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb322


Comments

No comments written yet.

Please login to write comment.