Color Hex Logo

#eacb39 Color Hex

#EACB39
(234,203,57)
0 Favorites   0 Comments

Color spaces of #eacb39

RGB 23420357
HSL0.140.810.57
HSV49°76°92°
CMYK 0.000.130.76   0.08
XYZ56.026160.499712.5956
Yxy60.49970.43390.4685
Hunter Lab77.7816-7.544144.8459
CIE-Lab82.1090-3.652271.7033

#eacb39 color RGB value is (234,203,57).

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

The process color (four color CMYK) of #eacb39 color hex is 0.00, 0.13, 0.76, 0.08. Web safe color of #eacb39 is #ffcc33. Color #eacb39 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 00111001
Octal 352 313 71
Decimal 234 203 57
Hex EA CB 39

RGB Percentages of Color #eacb39

%47.37
%41.09
%11.54

CMYK Percentages of Color #eacb39

%0
%13
%76
%8

Triadic Colors of #eacb39

#eacb39 #39eacb #cb39ea

Analogous Colors of #eacb39

#eacb39 #b1ea39 #ea7339

Monochromatic Colors of #eacb39

#eacb39

Complementary Color

#eacb39 #3958ea

#eacb39 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacb39 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacb39 Color CSS Codes

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

#eacb39 Text Font Color

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

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


#eacb39 Background Color

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

This div background color is #eacb39


#eacb39 Border Color

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

This div border color is #eacb39


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacb39


Comments

No comments written yet.

Please login to write comment.