Color Hex Logo

#ebaec6 Color Hex

#EBAEC6
(235,174,198)
0 Favorites   0 Comments

Color spaces of #ebaec6

RGB 235174198
HSL0.930.600.80
HSV336°26°92°
CMYK 0.000.260.16   0.08
XYZ59.590052.011560.3246
Yxy52.01150.34660.3025
Hunter Lab72.119021.28150.8896
CIE-Lab77.287725.8366-3.4228

#ebaec6 color RGB value is (235,174,198).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10101110 11000110
Octal 353 256 306
Decimal 235 174 198
Hex EB AE C6

RGB Percentages of Color #ebaec6

%38.71
%28.67
%32.62

CMYK Percentages of Color #ebaec6

%0
%26
%16
%8

Triadic Colors of #ebaec6

#ebaec6 #c6ebae #aec6eb

Analogous Colors of #ebaec6

#ebaec6 #ebb5ae #ebaee5

Monochromatic Colors of #ebaec6

#ebaec6

Complementary Color

#ebaec6 #aeebd3

#ebaec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebaec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebaec6 Color CSS Codes

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

#ebaec6 Text Font Color

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

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


#ebaec6 Background Color

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

This div background color is #ebaec6


#ebaec6 Border Color

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

This div border color is #ebaec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebaec6


Comments

No comments written yet.

Please login to write comment.