Color Hex Logo

#eacb2e Color Hex

#EACB2E
(234,203,46)
0 Favorites   0 Comments

Color spaces of #eacb2e

RGB 23420346
HSL0.140.820.55
HSV50°80°92°
CMYK 0.000.130.80   0.08
XYZ55.780860.401611.3035
Yxy60.40160.43750.4738
Hunter Lab77.7185-7.892745.7797
CIE-Lab82.0560-4.036375.0650

#eacb2e color RGB value is (234,203,46).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 00101110
Octal 352 313 56
Decimal 234 203 46
Hex EA CB 2E

RGB Percentages of Color #eacb2e

%48.45
%42.03
%9.52

CMYK Percentages of Color #eacb2e

%0
%13
%80
%8

Triadic Colors of #eacb2e

#eacb2e #2eeacb #cb2eea

Analogous Colors of #eacb2e

#eacb2e #abea2e #ea6d2e

Monochromatic Colors of #eacb2e

#eacb2e

Complementary Color

#eacb2e #2e4dea

#eacb2e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacb2e Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacb2e Color CSS Codes

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

#eacb2e Text Font Color

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

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


#eacb2e Background Color

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

This div background color is #eacb2e


#eacb2e Border Color

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

This div border color is #eacb2e


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacb2e


Comments

No comments written yet.

Please login to write comment.