Color Hex Logo

#ebbeda Color Hex

#EBBEDA
(235,190,218)
0 Favorites   0 Comments

Color spaces of #ebbeda

RGB 235190218
HSL0.900.530.83
HSV323°19°92°
CMYK 0.000.190.07   0.08
XYZ65.329359.551074.3809
Yxy59.55100.32790.2989
Hunter Lab77.169316.0667-3.1291
CIE-Lab81.593520.5969-7.8776

#ebbeda color RGB value is (235,190,218).

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

The process color (four color CMYK) of #ebbeda color hex is 0.00, 0.19, 0.07, 0.08. Web safe color of #ebbeda is #ffcccc. Color #ebbeda contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 11011010
Octal 353 276 332
Decimal 235 190 218
Hex EB BE DA

RGB Percentages of Color #ebbeda

%36.55
%29.55
%33.90

CMYK Percentages of Color #ebbeda

%0
%19
%7
%8

Triadic Colors of #ebbeda

#ebbeda #daebbe #bedaeb

Analogous Colors of #ebbeda

#ebbeda #ebbec4 #e6beeb

Monochromatic Colors of #ebbeda

#ebbeda

Complementary Color

#ebbeda #beebcf

#ebbeda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbeda Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbeda Color CSS Codes

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

#ebbeda Text Font Color

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

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


#ebbeda Background Color

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

This div background color is #ebbeda


#ebbeda Border Color

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

This div border color is #ebbeda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbeda


Comments

No comments written yet.

Please login to write comment.