Color Hex Logo

#eacb58 Color Hex

#EACB58
(234,203,88)
0 Favorites   0 Comments

Color spaces of #eacb58

RGB 23420388
HSL0.130.780.63
HSV47°62°92°
CMYK 0.000.130.62   0.08
XYZ57.049160.908917.9823
Yxy60.90890.41970.4481
Hunter Lab78.0442-6.096540.9698
CIE-Lab82.3297-2.067359.8041

#eacb58 color RGB value is (234,203,88).

#eacb58 hex color red value is 234, green value is 203 and the blue value of its RGB is 88. Cylindrical-coordinate representations (also known as HSL) of color #eacb58 hue: 0.13 , saturation: 0.78 and the lightness value of eacb58 is 0.63.

The process color (four color CMYK) of #eacb58 color hex is 0.00, 0.13, 0.62, 0.08. Web safe color of #eacb58 is #ffcc66. Color #eacb58 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 01011000
Octal 352 313 130
Decimal 234 203 88
Hex EA CB 58

RGB Percentages of Color #eacb58

%44.57
%38.67
%16.76

CMYK Percentages of Color #eacb58

%0
%13
%62
%8

Triadic Colors of #eacb58

#eacb58 #58eacb #cb58ea

Analogous Colors of #eacb58

#eacb58 #c0ea58 #ea8258

Monochromatic Colors of #eacb58

#eacb58

Complementary Color

#eacb58 #5877ea

#eacb58 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacb58 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacb58 Color CSS Codes

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

#eacb58 Text Font Color

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

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


#eacb58 Background Color

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

This div background color is #eacb58


#eacb58 Border Color

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

This div border color is #eacb58


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacb58


Comments

No comments written yet.

Please login to write comment.