Color Hex Logo

#ebbafa Color Hex

#EBBAFA
(235,186,250)
0 Favorites   0 Comments

Color spaces of #ebbafa

RGB 235186250
HSL0.790.860.85
HSV286°26°98°
CMYK 0.060.260.00   0.02
XYZ69.075259.682198.3216
Yxy59.68210.30420.2628
Hunter Lab77.254224.4072-21.3806
CIE-Lab81.665128.5659-24.9243

#ebbafa color RGB value is (235,186,250).

#ebbafa hex color red value is 235, green value is 186 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ebbafa hue: 0.79 , saturation: 0.86 and the lightness value of ebbafa is 0.85.

The process color (four color CMYK) of #ebbafa color hex is 0.06, 0.26, 0.00, 0.02. Web safe color of #ebbafa is #ffccff. Color #ebbafa contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111010 11111010
Octal 353 272 372
Decimal 235 186 250
Hex EB BA FA

RGB Percentages of Color #ebbafa

%35.02
%27.72
%37.26

CMYK Percentages of Color #ebbafa

%6
%26
%0
%2

Triadic Colors of #ebbafa

#ebbafa #faebba #bafaeb

Analogous Colors of #ebbafa

#ebbafa #fabae9 #cbbafa

Monochromatic Colors of #ebbafa

#ebbafa

Complementary Color

#ebbafa #c9faba

#ebbafa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbafa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbafa Color CSS Codes

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

#ebbafa Text Font Color

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

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


#ebbafa Background Color

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

This div background color is #ebbafa


#ebbafa Border Color

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

This div border color is #ebbafa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbafa


Comments

No comments written yet.

Please login to write comment.