Color Hex Logo

#ebbdea Color Hex

#EBBDEA
(235,189,234)
0 Favorites   0 Comments

Color spaces of #ebbdea

RGB 235189234
HSL0.840.530.83
HSV301°20°92°
CMYK 0.000.200.00   0.08
XYZ67.309859.997985.8750
Yxy59.99790.31570.2814
Hunter Lab77.458319.5611-11.5117
CIE-Lab81.837023.9619-16.0999

#ebbdea color RGB value is (235,189,234).

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

The process color (four color CMYK) of #ebbdea color hex is 0.00, 0.20, 0.00, 0.08. Web safe color of #ebbdea is #ffccff. Color #ebbdea contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111101 11101010
Octal 353 275 352
Decimal 235 189 234
Hex EB BD EA

RGB Percentages of Color #ebbdea

%35.71
%28.72
%35.56

CMYK Percentages of Color #ebbdea

%0
%20
%0
%8

Triadic Colors of #ebbdea

#ebbdea #eaebbd #bdeaeb

Analogous Colors of #ebbdea

#ebbdea #ebbdd3 #d5bdeb

Monochromatic Colors of #ebbdea

#ebbdea

Complementary Color

#ebbdea #bdebbe

#ebbdea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbdea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbdea Color CSS Codes

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

#ebbdea Text Font Color

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

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


#ebbdea Background Color

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

This div background color is #ebbdea


#ebbdea Border Color

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

This div border color is #ebbdea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbdea


Comments

No comments written yet.

Please login to write comment.