Color Hex Logo

#ebbfea Color Hex

#EBBFEA
(235,191,234)
0 Favorites   0 Comments

Color spaces of #ebbfea

RGB 235191234
HSL0.840.520.84
HSV301°19°92°
CMYK 0.000.190.00   0.08
XYZ67.743060.864386.0194
Yxy60.86430.31560.2836
Hunter Lab78.015618.4690-10.7618
CIE-Lab82.305722.8958-15.3954

#ebbfea color RGB value is (235,191,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111111 11101010
Octal 353 277 352
Decimal 235 191 234
Hex EB BF EA

RGB Percentages of Color #ebbfea

%35.61
%28.94
%35.45

CMYK Percentages of Color #ebbfea

%0
%19
%0
%8

Triadic Colors of #ebbfea

#ebbfea #eaebbf #bfeaeb

Analogous Colors of #ebbfea

#ebbfea #ebbfd4 #d6bfeb

Monochromatic Colors of #ebbfea

#ebbfea

Complementary Color

#ebbfea #bfebc0

#ebbfea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbfea Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbfea Color CSS Codes

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

#ebbfea Text Font Color

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

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


#ebbfea Background Color

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

This div background color is #ebbfea


#ebbfea Border Color

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

This div border color is #ebbfea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbfea


Comments

No comments written yet.

Please login to write comment.