Color Hex Logo

#ebac9b Color Hex

#EBAC9B
(235,172,155)
0 Favorites   0 Comments

Color spaces of #ebac9b

RGB 235172155
HSL0.040.670.76
HSV13°34°92°
CMYK 0.000.270.34   0.08
XYZ54.929949.533837.6762
Yxy49.53380.38640.3485
Hunter Lab70.380316.149017.5268
CIE-Lab75.782220.866317.8349

#ebac9b color RGB value is (235,172,155).

#ebac9b hex color red value is 235, green value is 172 and the blue value of its RGB is 155. Cylindrical-coordinate representations (also known as HSL) of color #ebac9b hue: 0.04 , saturation: 0.67 and the lightness value of ebac9b is 0.76.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 10011011
Octal 353 254 233
Decimal 235 172 155
Hex EB AC 9B

RGB Percentages of Color #ebac9b

%41.81
%30.60
%27.58

CMYK Percentages of Color #ebac9b

%0
%27
%34
%8

Triadic Colors of #ebac9b

#ebac9b #9bebac #ac9beb

Analogous Colors of #ebac9b

#ebac9b #ebd49b #eb9bb2

Monochromatic Colors of #ebac9b

#ebac9b

Complementary Color

#ebac9b #9bdaeb

#ebac9b Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebac9b Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebac9b Color CSS Codes

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

#ebac9b Text Font Color

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

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


#ebac9b Background Color

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

This div background color is #ebac9b


#ebac9b Border Color

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

This div border color is #ebac9b


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebac9b


Comments

No comments written yet.

Please login to write comment.