Color Hex Logo

#ebbad6 Color Hex

#EBBAD6
(235,186,214)
0 Favorites   0 Comments

Color spaces of #ebbad6

RGB 235186214
HSL0.900.550.83
HSV326°21°92°
CMYK 0.000.210.09   0.08
XYZ63.957557.635071.3721
Yxy57.63500.33140.2987
Hunter Lab75.917717.5228-2.5976
CIE-Lab80.535422.0472-7.2941

#ebbad6 color RGB value is (235,186,214).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11010110
Octal 353 272 326
Decimal 235 186 214
Hex EB BA D6

RGB Percentages of Color #ebbad6

%37.01
%29.29
%33.70

CMYK Percentages of Color #ebbad6

%0
%21
%9
%8

Triadic Colors of #ebbad6

#ebbad6 #d6ebba #bad6eb

Analogous Colors of #ebbad6

#ebbad6 #ebbabe #e8baeb

Monochromatic Colors of #ebbad6

#ebbad6

Complementary Color

#ebbad6 #baebcf

#ebbad6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbad6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbad6 Color CSS Codes

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

#ebbad6 Text Font Color

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

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


#ebbad6 Background Color

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

This div background color is #ebbad6


#ebbad6 Border Color

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

This div border color is #ebbad6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbad6


Comments

No comments written yet.

Please login to write comment.