Color Hex Logo

#eac677 Color Hex

#EAC677
(234,198,119)
0 Favorites   0 Comments

Color spaces of #eac677

RGB 234198119
HSL0.110.730.69
HSV41°49°92°
CMYK 0.000.150.49   0.08
XYZ57.455559.212525.8537
Yxy59.21250.40310.4155
Hunter Lab76.9497-1.382533.9444
CIE-Lab81.40832.903844.0986

#eac677 color RGB value is (234,198,119).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000110 01110111
Octal 352 306 167
Decimal 234 198 119
Hex EA C6 77

RGB Percentages of Color #eac677

%42.47
%35.93
%21.60

CMYK Percentages of Color #eac677

%0
%15
%49
%8

Triadic Colors of #eac677

#eac677 #77eac6 #c677ea

Analogous Colors of #eac677

#eac677 #d5ea77 #ea8d77

Monochromatic Colors of #eac677

#eac677

Complementary Color

#eac677 #779bea

#eac677 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac677 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac677 Color CSS Codes

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

#eac677 Text Font Color

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

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


#eac677 Background Color

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

This div background color is #eac677


#eac677 Border Color

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

This div border color is #eac677


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(234,198,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 #eac677">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac677

#eac677 Color Palettes


Comments

No comments written yet.

Please login to write comment.