Color Hex Logo

#eab77c Color Hex

#EAB77C
(234,183,124)
0 Favorites   0 Comments

Color spaces of #eab77c

RGB 234183124
HSL0.090.720.70
HSV32°47°92°
CMYK 0.000.220.47   0.08
XYZ54.503352.814626.3904
Yxy52.81460.40760.3950
Hunter Lab72.67376.691329.3412
CIE-Lab77.765411.237136.9667

#eab77c color RGB value is (234,183,124).

#eab77c hex color red value is 234, green value is 183 and the blue value of its RGB is 124. Cylindrical-coordinate representations (also known as HSL) of color #eab77c hue: 0.09 , saturation: 0.72 and the lightness value of eab77c is 0.70.

The process color (four color CMYK) of #eab77c color hex is 0.00, 0.22, 0.47, 0.08. Web safe color of #eab77c is #ffcc66. Color #eab77c contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110111 01111100
Octal 352 267 174
Decimal 234 183 124
Hex EA B7 7C

RGB Percentages of Color #eab77c

%43.25
%33.83
%22.92

CMYK Percentages of Color #eab77c

%0
%22
%47
%8

Triadic Colors of #eab77c

#eab77c #7ceab7 #b77cea

Analogous Colors of #eab77c

#eab77c #e6ea7c #ea807c

Monochromatic Colors of #eab77c

#eab77c

Complementary Color

#eab77c #7cafea

#eab77c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab77c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab77c Color CSS Codes

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

#eab77c Text Font Color

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

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


#eab77c Background Color

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

This div background color is #eab77c


#eab77c Border Color

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

This div border color is #eab77c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab77c


Comments

No comments written yet.

Please login to write comment.