Color Hex Logo

#ebac72 Color Hex

#EBAC72
(235,172,114)
0 Favorites   0 Comments

Color spaces of #ebac72

RGB 235172114
HSL0.080.750.68
HSV29°51°92°
CMYK 0.000.270.51   0.08
XYZ52.050748.382122.5149
Yxy48.38210.42340.3935
Hunter Lab69.557211.849029.4986
CIE-Lab75.065316.548838.7413

#ebac72 color RGB value is (235,172,114).

#ebac72 hex color red value is 235, green value is 172 and the blue value of its RGB is 114. Cylindrical-coordinate representations (also known as HSL) of color #ebac72 hue: 0.08 , saturation: 0.75 and the lightness value of ebac72 is 0.68.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 01110010
Octal 353 254 162
Decimal 235 172 114
Hex EB AC 72

RGB Percentages of Color #ebac72

%45.11
%33.01
%21.88

CMYK Percentages of Color #ebac72

%0
%27
%51
%8

Triadic Colors of #ebac72

#ebac72 #72ebac #ac72eb

Analogous Colors of #ebac72

#ebac72 #ebe972 #eb7275

Monochromatic Colors of #ebac72

#ebac72

Complementary Color

#ebac72 #72b1eb

#ebac72 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebac72 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebac72 Color CSS Codes

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

#ebac72 Text Font Color

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

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


#ebac72 Background Color

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

This div background color is #ebac72


#ebac72 Border Color

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

This div border color is #ebac72


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebac72


Comments

No comments written yet.

Please login to write comment.