Color Hex Logo

#ebaece Color Hex

#EBAECE
(235,174,206)
0 Favorites   0 Comments

Color spaces of #ebaece

RGB 235174206
HSL0.910.600.80
HSV329°26°92°
CMYK 0.000.260.12   0.08
XYZ60.537652.390565.3142
Yxy52.39050.33960.2939
Hunter Lab72.381322.6250-2.8342
CIE-Lab77.513827.1187-7.4425

#ebaece color RGB value is (235,174,206).

#ebaece hex color red value is 235, green value is 174 and the blue value of its RGB is 206. Cylindrical-coordinate representations (also known as HSL) of color #ebaece hue: 0.91 , saturation: 0.60 and the lightness value of ebaece is 0.80.

The process color (four color CMYK) of #ebaece color hex is 0.00, 0.26, 0.12, 0.08. Web safe color of #ebaece is #ff99cc. Color #ebaece contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 11001110
Octal 353 256 316
Decimal 235 174 206
Hex EB AE CE

RGB Percentages of Color #ebaece

%38.21
%28.29
%33.50

CMYK Percentages of Color #ebaece

%0
%26
%12
%8

Triadic Colors of #ebaece

#ebaece #ceebae #aeceeb

Analogous Colors of #ebaece

#ebaece #ebaeb0 #eaaeeb

Monochromatic Colors of #ebaece

#ebaece

Complementary Color

#ebaece #aeebcb

#ebaece Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaece Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaece Color CSS Codes

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

#ebaece Text Font Color

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

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


#ebaece Background Color

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

This div background color is #ebaece


#ebaece Border Color

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

This div border color is #ebaece


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaece


Comments

No comments written yet.

Please login to write comment.