Color Hex Logo

#eacb77 Color Hex

#EACB77
(234,203,119)
0 Favorites   0 Comments

Color spaces of #eacb77

RGB 234203119
HSL0.120.730.69
HSV44°49°92°
CMYK 0.000.130.49   0.08
XYZ58.617461.536226.2410
Yxy61.53620.40040.4203
Hunter Lab78.4450-3.896135.0781
CIE-Lab82.66620.312645.6521

#eacb77 color RGB value is (234,203,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11001011 01110111
Octal 352 313 167
Decimal 234 203 119
Hex EA CB 77

RGB Percentages of Color #eacb77

%42.09
%36.51
%21.40

CMYK Percentages of Color #eacb77

%0
%13
%49
%8

Triadic Colors of #eacb77

#eacb77 #77eacb #cb77ea

Analogous Colors of #eacb77

#eacb77 #d0ea77 #ea9277

Monochromatic Colors of #eacb77

#eacb77

Complementary Color

#eacb77 #7796ea

#eacb77 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eacb77 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eacb77 Color CSS Codes

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

#eacb77 Text Font Color

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

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


#eacb77 Background Color

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

This div background color is #eacb77


#eacb77 Border Color

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

This div border color is #eacb77


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eacb77


Comments

No comments written yet.

Please login to write comment.