Color Hex Logo

#ebacb5 Color Hex

#EBACB5
(235,172,181)
0 Favorites   0 Comments

Color spaces of #ebacb5

RGB 235172181
HSL0.980.610.80
HSV351°27°92°
CMYK 0.000.270.23   0.08
XYZ57.354050.503450.4413
Yxy50.50340.36230.3190
Hunter Lab71.065719.69447.6630
CIE-Lab76.377224.34024.5182

#ebacb5 color RGB value is (235,172,181).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 10110101
Octal 353 254 265
Decimal 235 172 181
Hex EB AC B5

RGB Percentages of Color #ebacb5

%39.97
%29.25
%30.78

CMYK Percentages of Color #ebacb5

%0
%27
%23
%8

Triadic Colors of #ebacb5

#ebacb5 #b5ebac #acb5eb

Analogous Colors of #ebacb5

#ebacb5 #ebc3ac #ebacd5

Monochromatic Colors of #ebacb5

#ebacb5

Complementary Color

#ebacb5 #acebe2

#ebacb5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebacb5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebacb5 Color CSS Codes

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

#ebacb5 Text Font Color

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

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


#ebacb5 Background Color

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

This div background color is #ebacb5


#ebacb5 Border Color

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

This div border color is #ebacb5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebacb5


Comments

No comments written yet.

Please login to write comment.