Color Hex Logo

#ebbac2 Color Hex

#EBBAC2
(235,186,194)
0 Favorites   0 Comments

Color spaces of #ebbac2

RGB 235186194
HSL0.970.550.83
HSV350°21°92°
CMYK 0.000.210.17   0.08
XYZ61.557556.675058.7339
Yxy56.67500.34780.3203
Hunter Lab75.282814.21166.4413
CIE-Lab79.996418.81992.7042

#ebbac2 color RGB value is (235,186,194).

#ebbac2 hex color red value is 235, green value is 186 and the blue value of its RGB is 194. Cylindrical-coordinate representations (also known as HSL) of color #ebbac2 hue: 0.97 , saturation: 0.55 and the lightness value of ebbac2 is 0.83.

The process color (four color CMYK) of #ebbac2 color hex is 0.00, 0.21, 0.17, 0.08. Web safe color of #ebbac2 is #ffcccc. Color #ebbac2 contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11000010
Octal 353 272 302
Decimal 235 186 194
Hex EB BA C2

RGB Percentages of Color #ebbac2

%38.21
%30.24
%31.54

CMYK Percentages of Color #ebbac2

%0
%21
%17
%8

Triadic Colors of #ebbac2

#ebbac2 #c2ebba #bac2eb

Analogous Colors of #ebbac2

#ebbac2 #ebcbba #ebbadb

Monochromatic Colors of #ebbac2

#ebbac2

Complementary Color

#ebbac2 #baebe3

#ebbac2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbac2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbac2 Color CSS Codes

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

#ebbac2 Text Font Color

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

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


#ebbac2 Background Color

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

This div background color is #ebbac2


#ebbac2 Border Color

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

This div border color is #ebbac2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbac2


Comments

No comments written yet.

Please login to write comment.