Color Hex Logo

#eeb323 Color Hex

#EEB323
(238,179,35)
0 Favorites   0 Comments

Color spaces of #eeb323

RGB 23817935
HSL0.120.860.54
HSV43°85°93°
CMYK 0.000.250.85   0.07
XYZ51.683450.53878.6210
Yxy50.53870.46630.4559
Hunter Lab71.09065.362442.5734
CIE-Lab76.39879.836873.4274

#eeb323 color RGB value is (238,179,35).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 10110011 00100011
Octal 356 263 43
Decimal 238 179 35
Hex EE B3 23

RGB Percentages of Color #eeb323

%52.65
%39.60
%7.74

CMYK Percentages of Color #eeb323

%0
%25
%85
%7

Triadic Colors of #eeb323

#eeb323 #23eeb3 #b323ee

Analogous Colors of #eeb323

#eeb323 #c4ee23 #ee4e23

Monochromatic Colors of #eeb323

#eeb323

Complementary Color

#eeb323 #235eee

#eeb323 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eeb323 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eeb323 Color CSS Codes

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

#eeb323 Text Font Color

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

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


#eeb323 Background Color

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

This div background color is #eeb323


#eeb323 Border Color

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

This div border color is #eeb323


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eeb323


Comments

No comments written yet.

Please login to write comment.