Color Hex Logo

#eab67c Color Hex

#EAB67C
(234,182,124)
0 Favorites   0 Comments

Color spaces of #eab67c

RGB 234182124
HSL0.090.720.70
HSV32°47°92°
CMYK 0.000.220.47   0.08
XYZ54.297752.403626.3219
Yxy52.40360.40820.3939
Hunter Lab72.39037.204129.1148
CIE-Lab77.521611.765336.6543

#eab67c color RGB value is (234,182,124).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101010 10110110 01111100
Octal 352 266 174
Decimal 234 182 124
Hex EA B6 7C

RGB Percentages of Color #eab67c

%43.33
%33.70
%22.96

CMYK Percentages of Color #eab67c

%0
%22
%47
%8

Triadic Colors of #eab67c

#eab67c #7ceab6 #b67cea

Analogous Colors of #eab67c

#eab67c #e7ea7c #ea7f7c

Monochromatic Colors of #eab67c

#eab67c

Complementary Color

#eab67c #7cb0ea

#eab67c Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eab67c Color Preview on White Background

Lorem ipsum dolor sit amet.

#eab67c Color CSS Codes

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

#eab67c Text Font Color

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

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


#eab67c Background Color

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

This div background color is #eab67c


#eab67c Border Color

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

This div border color is #eab67c


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eab67c


Comments

No comments written yet.

Please login to write comment.