Color Hex Logo

#eac56b Color Hex

#EAC56B
(234,197,107)
0 Favorites   0 Comments

Color spaces of #eac56b

RGB 234197107
HSL0.120.750.67
HSV43°54°92°
CMYK 0.000.160.54   0.08
XYZ56.551858.486522.2183
Yxy58.48650.41200.4261
Hunter Lab76.4765-1.839036.3083
CIE-Lab81.00852.398649.5099

#eac56b color RGB value is (234,197,107).

#eac56b hex color red value is 234, green value is 197 and the blue value of its RGB is 107. Cylindrical-coordinate representations (also known as HSL) of color #eac56b hue: 0.12 , saturation: 0.75 and the lightness value of eac56b is 0.67.

The process color (four color CMYK) of #eac56b color hex is 0.00, 0.16, 0.54, 0.08. Web safe color of #eac56b is #ffcc66. Color #eac56b contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 11000101 01101011
Octal 352 305 153
Decimal 234 197 107
Hex EA C5 6B

RGB Percentages of Color #eac56b

%43.49
%36.62
%19.89

CMYK Percentages of Color #eac56b

%0
%16
%54
%8

Triadic Colors of #eac56b

#eac56b #6beac5 #c56bea

Analogous Colors of #eac56b

#eac56b #d0ea6b #ea866b

Monochromatic Colors of #eac56b

#eac56b

Complementary Color

#eac56b #6b90ea

#eac56b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eac56b Color Preview on White Background

Lorem ipsum dolor sit amet.

#eac56b Color CSS Codes

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

#eac56b Text Font Color

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

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


#eac56b Background Color

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

This div background color is #eac56b


#eac56b Border Color

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

This div border color is #eac56b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eac56b


Comments

No comments written yet.

Please login to write comment.