Color Hex Logo

#ebac4e Color Hex

#EBAC4E
(235,172,78)
0 Favorites   0 Comments

Color spaces of #ebac4e

RGB 23517278
HSL0.100.800.61
HSV36°67°92°
CMYK 0.000.270.67   0.08
XYZ50.388647.717313.7623
Yxy47.71730.45040.4265
Hunter Lab69.07779.320536.5421
CIE-Lab74.646313.953655.9160

#ebac4e color RGB value is (235,172,78).

#ebac4e hex color red value is 235, green value is 172 and the blue value of its RGB is 78. Cylindrical-coordinate representations (also known as HSL) of color #ebac4e hue: 0.10 , saturation: 0.80 and the lightness value of ebac4e is 0.61.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 01001110
Octal 353 254 116
Decimal 235 172 78
Hex EB AC 4E

RGB Percentages of Color #ebac4e

%48.45
%35.46
%16.08

CMYK Percentages of Color #ebac4e

%0
%27
%67
%8

Triadic Colors of #ebac4e

#ebac4e #4eebac #ac4eeb

Analogous Colors of #ebac4e

#ebac4e #dceb4e #eb5e4e

Monochromatic Colors of #ebac4e

#ebac4e

Complementary Color

#ebac4e #4e8deb

#ebac4e Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebac4e Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebac4e Color CSS Codes

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

#ebac4e Text Font Color

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

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


#ebac4e Background Color

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

This div background color is #ebac4e


#ebac4e Border Color

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

This div border color is #ebac4e


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,172,78, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebac4e


Comments

No comments written yet.

Please login to write comment.