Color Hex Logo

#ebbbfa Color Hex

#EBBBFA
(235,187,250)
0 Favorites   0 Comments

Color spaces of #ebbbfa

RGB 235187250
HSL0.790.860.86
HSV286°25°98°
CMYK 0.060.250.00   0.02
XYZ69.286660.104998.3921
Yxy60.10490.30420.2639
Hunter Lab77.527423.8535-20.9774
CIE-Lab81.895228.0323-24.5738

#ebbbfa color RGB value is (235,187,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111011 11111010
Octal 353 273 372
Decimal 235 187 250
Hex EB BB FA

RGB Percentages of Color #ebbbfa

%34.97
%27.83
%37.20

CMYK Percentages of Color #ebbbfa

%6
%25
%0
%2

Triadic Colors of #ebbbfa

#ebbbfa #faebbb #bbfaeb

Analogous Colors of #ebbbfa

#ebbbfa #fabbea #ccbbfa

Monochromatic Colors of #ebbbfa

#ebbbfa

Complementary Color

#ebbbfa #cafabb

#ebbbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbbfa Color CSS Codes

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

#ebbbfa Text Font Color

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

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


#ebbbfa Background Color

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

This div background color is #ebbbfa


#ebbbfa Border Color

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

This div border color is #ebbbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.