Color Hex Logo

#eac834 Color Hex

#EAC834
(234,200,52)
0 Favorites   0 Comments

Color spaces of #eac834

RGB 23420052
HSL0.140.810.56
HSV49°78°92°
CMYK 0.000.150.78   0.08
XYZ55.205859.048911.7367
Yxy59.04890.43820.4687
Hunter Lab76.8433-6.237744.7346
CIE-Lab81.3185-2.300772.6076

#eac834 color RGB value is (234,200,52).

#eac834 hex color red value is 234, green value is 200 and the blue value of its RGB is 52. Cylindrical-coordinate representations (also known as HSL) of color #eac834 hue: 0.14 , saturation: 0.81 and the lightness value of eac834 is 0.56.

The process color (four color CMYK) of #eac834 color hex is 0.00, 0.15, 0.78, 0.08. Web safe color of #eac834 is #ffcc33. Color #eac834 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001000 00110100
Octal 352 310 64
Decimal 234 200 52
Hex EA C8 34

RGB Percentages of Color #eac834

%48.15
%41.15
%10.70

CMYK Percentages of Color #eac834

%0
%15
%78
%8

Triadic Colors of #eac834

#eac834 #34eac8 #c834ea

Analogous Colors of #eac834

#eac834 #b1ea34 #ea6d34

Monochromatic Colors of #eac834

#eac834

Complementary Color

#eac834 #3456ea

#eac834 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac834 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac834 Color CSS Codes

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

#eac834 Text Font Color

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

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


#eac834 Background Color

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

This div background color is #eac834


#eac834 Border Color

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

This div border color is #eac834


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,200,52, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac834


Comments

No comments written yet.

Please login to write comment.