Color Hex Logo

#eacb2d Color Hex

#EACB2D
(234,203,45)
0 Favorites   0 Comments

Color spaces of #eacb2d

RGB 23420345
HSL0.140.820.55
HSV50°81°92°
CMYK 0.000.130.81   0.08
XYZ55.761360.393811.2008
Yxy60.39380.43780.4742
Hunter Lab77.7134-7.920445.8540
CIE-Lab82.0518-4.066975.3433

#eacb2d color RGB value is (234,203,45).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 00101101
Octal 352 313 55
Decimal 234 203 45
Hex EA CB 2D

RGB Percentages of Color #eacb2d

%48.55
%42.12
%9.34

CMYK Percentages of Color #eacb2d

%0
%13
%81
%8

Triadic Colors of #eacb2d

#eacb2d #2deacb #cb2dea

Analogous Colors of #eacb2d

#eacb2d #abea2d #ea6d2d

Monochromatic Colors of #eacb2d

#eacb2d

Complementary Color

#eacb2d #2d4cea

#eacb2d Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacb2d Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacb2d Color CSS Codes

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

#eacb2d Text Font Color

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

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


#eacb2d Background Color

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

This div background color is #eacb2d


#eacb2d Border Color

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

This div border color is #eacb2d


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacb2d


Comments

No comments written yet.

Please login to write comment.