Color Hex Logo

#eacb78 Color Hex

#EACB78
(234,203,120)
0 Favorites   0 Comments

Color spaces of #eacb78

RGB 234203120
HSL0.120.730.69
HSV44°49°92°
CMYK 0.000.130.49   0.08
XYZ58.677861.560426.5590
Yxy61.56040.39970.4194
Hunter Lab78.4604-3.811934.8525
CIE-Lab82.67910.403045.1736

#eacb78 color RGB value is (234,203,120).

#eacb78 hex color red value is 234, green value is 203 and the blue value of its RGB is 120. Cylindrical-coordinate representations (also known as HSL) of color #eacb78 hue: 0.12 , saturation: 0.73 and the lightness value of eacb78 is 0.69.

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 01111000
Octal 352 313 170
Decimal 234 203 120
Hex EA CB 78

RGB Percentages of Color #eacb78

%42.01
%36.45
%21.54

CMYK Percentages of Color #eacb78

%0
%13
%49
%8

Triadic Colors of #eacb78

#eacb78 #78eacb #cb78ea

Analogous Colors of #eacb78

#eacb78 #d0ea78 #ea9278

Monochromatic Colors of #eacb78

#eacb78

Complementary Color

#eacb78 #7897ea

#eacb78 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacb78 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacb78 Color CSS Codes

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

#eacb78 Text Font Color

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

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


#eacb78 Background Color

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

This div background color is #eacb78


#eacb78 Border Color

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

This div border color is #eacb78


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacb78


Comments

No comments written yet.

Please login to write comment.