Color Hex Logo

#eac223 Color Hex

#EAC223
(234,194,35)
0 Favorites   0 Comments

Color spaces of #eac223

RGB 23419435
HSL0.130.830.53
HSV48°85°92°
CMYK 0.000.170.85   0.08
XYZ53.526856.19739.6161
Yxy56.19730.44850.4709
Hunter Lab74.9649-3.735044.8700
CIE-Lab79.72600.290675.9793

#eac223 color RGB value is (234,194,35).

#eac223 hex color red value is 234, green value is 194 and the blue value of its RGB is 35. Cylindrical-coordinate representations (also known as HSL) of color #eac223 hue: 0.13 , saturation: 0.83 and the lightness value of eac223 is 0.53.

The process color (four color CMYK) of #eac223 color hex is 0.00, 0.17, 0.85, 0.08. Web safe color of #eac223 is #ffcc33. Color #eac223 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000010 00100011
Octal 352 302 43
Decimal 234 194 35
Hex EA C2 23

RGB Percentages of Color #eac223

%50.54
%41.90
%7.56

CMYK Percentages of Color #eac223

%0
%17
%85
%8

Triadic Colors of #eac223

#eac223 #23eac2 #c223ea

Analogous Colors of #eac223

#eac223 #afea23 #ea5f23

Monochromatic Colors of #eac223

#eac223

Complementary Color

#eac223 #234bea

#eac223 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac223 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac223 Color CSS Codes

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

#eac223 Text Font Color

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

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


#eac223 Background Color

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

This div background color is #eac223


#eac223 Border Color

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

This div border color is #eac223


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac223


Comments

No comments written yet.

Please login to write comment.