Color Hex Logo

#eabe7f Color Hex

#EABE7F
(234,190,127)
0 Favorites   0 Comments

Color spaces of #eabe7f

RGB 234190127
HSL0.100.720.71
HSV35°46°92°
CMYK 0.000.190.46   0.08
XYZ56.175955.851627.8983
Yxy55.85160.40150.3992
Hunter Lab74.73393.390330.1807
CIE-Lab79.52937.840737.6768

#eabe7f color RGB value is (234,190,127).

#eabe7f hex color red value is 234, green value is 190 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #eabe7f hue: 0.10 , saturation: 0.72 and the lightness value of eabe7f is 0.71.

The process color (four color CMYK) of #eabe7f color hex is 0.00, 0.19, 0.46, 0.08. Web safe color of #eabe7f is #ffcc66. Color #eabe7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101010 10111110 01111111
Octal 352 276 177
Decimal 234 190 127
Hex EA BE 7F

RGB Percentages of Color #eabe7f

%42.47
%34.48
%23.05

CMYK Percentages of Color #eabe7f

%0
%19
%46
%8

Triadic Colors of #eabe7f

#eabe7f #7feabe #be7fea

Analogous Colors of #eabe7f

#eabe7f #e1ea7f #ea897f

Monochromatic Colors of #eabe7f

#eabe7f

Complementary Color

#eabe7f #7fabea

#eabe7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eabe7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#eabe7f Color CSS Codes

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

#eabe7f Text Font Color

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

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


#eabe7f Background Color

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

This div background color is #eabe7f


#eabe7f Border Color

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

This div border color is #eabe7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eabe7f


Comments

No comments written yet.

Please login to write comment.