Color Hex Logo

#ebac85 Color Hex

#EBAC85
(235,172,133)
0 Favorites   0 Comments

Color spaces of #ebac85

RGB 235172133
HSL0.060.720.72
HSV23°43°92°
CMYK 0.000.270.43   0.08
XYZ53.247148.860728.8149
Yxy48.86070.40670.3732
Hunter Lab69.900413.647824.4893
CIE-Lab75.364618.369329.1200

#ebac85 color RGB value is (235,172,133).

#ebac85 hex color red value is 235, green value is 172 and the blue value of its RGB is 133. Cylindrical-coordinate representations (also known as HSL) of color #ebac85 hue: 0.06 , saturation: 0.72 and the lightness value of ebac85 is 0.72.

The process color (four color CMYK) of #ebac85 color hex is 0.00, 0.27, 0.43, 0.08. Web safe color of #ebac85 is #ff9999. Color #ebac85 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 10000101
Octal 353 254 205
Decimal 235 172 133
Hex EB AC 85

RGB Percentages of Color #ebac85

%43.52
%31.85
%24.63

CMYK Percentages of Color #ebac85

%0
%27
%43
%8

Triadic Colors of #ebac85

#ebac85 #85ebac #ac85eb

Analogous Colors of #ebac85

#ebac85 #ebdf85 #eb8591

Monochromatic Colors of #ebac85

#ebac85

Complementary Color

#ebac85 #85c4eb

#ebac85 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebac85 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebac85 Color CSS Codes

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

#ebac85 Text Font Color

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

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


#ebac85 Background Color

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

This div background color is #ebac85


#ebac85 Border Color

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

This div border color is #ebac85


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebac85


Comments

No comments written yet.

Please login to write comment.