Color Hex Logo

#ebbeea Color Hex

#EBBEEA
(235,190,234)
0 Favorites   0 Comments

Color spaces of #ebbeea

RGB 235190234
HSL0.840.530.83
HSV301°19°92°
CMYK 0.000.190.00   0.08
XYZ67.525760.429685.9470
Yxy60.42960.31570.2825
Hunter Lab77.736519.0150-11.1367
CIE-Lab82.071123.4289-15.7480

#ebbeea color RGB value is (235,190,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111110 11101010
Octal 353 276 352
Decimal 235 190 234
Hex EB BE EA

RGB Percentages of Color #ebbeea

%35.66
%28.83
%35.51

CMYK Percentages of Color #ebbeea

%0
%19
%0
%8

Triadic Colors of #ebbeea

#ebbeea #eaebbe #beeaeb

Analogous Colors of #ebbeea

#ebbeea #ebbed4 #d6beeb

Monochromatic Colors of #ebbeea

#ebbeea

Complementary Color

#ebbeea #beebbf

#ebbeea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbeea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbeea Color CSS Codes

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

#ebbeea Text Font Color

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

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


#ebbeea Background Color

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

This div background color is #ebbeea


#ebbeea Border Color

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

This div border color is #ebbeea


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,190,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 #ebbeea">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbeea


Comments

No comments written yet.

Please login to write comment.