Color Hex Logo

#ebac7f Color Hex

#EBAC7F
(235,172,127)
0 Favorites   0 Comments

Color spaces of #ebac7f

RGB 235172127
HSL0.070.730.71
HSV25°46°92°
CMYK 0.000.270.46   0.08
XYZ52.844248.699526.6934
Yxy48.69950.41210.3798
Hunter Lab69.785013.044026.1706
CIE-Lab75.264017.760632.1785

#ebac7f color RGB value is (235,172,127).

#ebac7f hex color red value is 235, green value is 172 and the blue value of its RGB is 127. Cylindrical-coordinate representations (also known as HSL) of color #ebac7f hue: 0.07 , saturation: 0.73 and the lightness value of ebac7f is 0.71.

The process color (four color CMYK) of #ebac7f color hex is 0.00, 0.27, 0.46, 0.08. Web safe color of #ebac7f is #ff9966. Color #ebac7f contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 01111111
Octal 353 254 177
Decimal 235 172 127
Hex EB AC 7F

RGB Percentages of Color #ebac7f

%44.01
%32.21
%23.78

CMYK Percentages of Color #ebac7f

%0
%27
%46
%8

Triadic Colors of #ebac7f

#ebac7f #7febac #ac7feb

Analogous Colors of #ebac7f

#ebac7f #ebe27f #eb7f88

Monochromatic Colors of #ebac7f

#ebac7f

Complementary Color

#ebac7f #7fbeeb

#ebac7f Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebac7f Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebac7f Color CSS Codes

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

#ebac7f Text Font Color

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

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


#ebac7f Background Color

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

This div background color is #ebac7f


#ebac7f Border Color

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

This div border color is #ebac7f


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebac7f


Comments

No comments written yet.

Please login to write comment.