Color Hex Logo

#ebacb9 Color Hex

#EBACB9
(235,172,185)
0 Favorites   0 Comments

Color spaces of #ebacb9

RGB 235172185
HSL0.970.610.80
HSV348°27°92°
CMYK 0.000.270.21   0.08
XYZ57.770450.670052.6344
Yxy50.67000.35870.3146
Hunter Lab71.182920.29655.9875
CIE-Lab76.478724.92292.4821

#ebacb9 color RGB value is (235,172,185).

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

The process color (four color CMYK) of #ebacb9 color hex is 0.00, 0.27, 0.21, 0.08. Web safe color of #ebacb9 is #ff99cc. Color #ebacb9 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 10111001
Octal 353 254 271
Decimal 235 172 185
Hex EB AC B9

RGB Percentages of Color #ebacb9

%39.70
%29.05
%31.25

CMYK Percentages of Color #ebacb9

%0
%27
%21
%8

Triadic Colors of #ebacb9

#ebacb9 #b9ebac #acb9eb

Analogous Colors of #ebacb9

#ebacb9 #ebbfac #ebacd9

Monochromatic Colors of #ebacb9

#ebacb9

Complementary Color

#ebacb9 #acebde

#ebacb9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebacb9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebacb9 Color CSS Codes

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

#ebacb9 Text Font Color

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

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


#ebacb9 Background Color

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

This div background color is #ebacb9


#ebacb9 Border Color

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

This div border color is #ebacb9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebacb9


Comments

No comments written yet.

Please login to write comment.