Color Hex Logo

#ebacaf Color Hex

#EBACAF
(235,172,175)
0 Favorites   0 Comments

Color spaces of #ebacaf

RGB 235172175
HSL0.990.610.80
HSV357°27°92°
CMYK 0.000.270.26   0.08
XYZ56.751350.262447.2679
Yxy50.26240.36780.3258
Hunter Lab70.896018.818910.0972
CIE-Lab76.230023.48947.5803

#ebacaf color RGB value is (235,172,175).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101100 10101111
Octal 353 254 257
Decimal 235 172 175
Hex EB AC AF

RGB Percentages of Color #ebacaf

%40.38
%29.55
%30.07

CMYK Percentages of Color #ebacaf

%0
%27
%26
%8

Triadic Colors of #ebacaf

#ebacaf #afebac #acafeb

Analogous Colors of #ebacaf

#ebacaf #ebc9ac #ebaccf

Monochromatic Colors of #ebacaf

#ebacaf

Complementary Color

#ebacaf #acebe8

#ebacaf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebacaf Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebacaf Color CSS Codes

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

#ebacaf Text Font Color

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

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


#ebacaf Background Color

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

This div background color is #ebacaf


#ebacaf Border Color

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

This div border color is #ebacaf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebacaf


Comments

No comments written yet.

Please login to write comment.