Color Hex Logo

#ebbad1 Color Hex

#EBBAD1
(235,186,209)
0 Favorites   0 Comments

Color spaces of #ebbad1

RGB 235186209
HSL0.920.550.83
HSV332°21°92°
CMYK 0.000.210.11   0.08
XYZ63.328557.383468.0599
Yxy57.38340.33550.3040
Hunter Lab75.751816.6602-0.2433
CIE-Lab80.394821.2125-4.8065

#ebbad1 color RGB value is (235,186,209).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11010001
Octal 353 272 321
Decimal 235 186 209
Hex EB BA D1

RGB Percentages of Color #ebbad1

%37.30
%29.52
%33.17

CMYK Percentages of Color #ebbad1

%0
%21
%11
%8

Triadic Colors of #ebbad1

#ebbad1 #d1ebba #bad1eb

Analogous Colors of #ebbad1

#ebbad1 #ebbcba #ebbaea

Monochromatic Colors of #ebbad1

#ebbad1

Complementary Color

#ebbad1 #baebd4

#ebbad1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbad1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbad1 Color CSS Codes

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

#ebbad1 Text Font Color

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

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


#ebbad1 Background Color

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

This div background color is #ebbad1


#ebbad1 Border Color

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

This div border color is #ebbad1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbad1


Comments

No comments written yet.

Please login to write comment.