Color Hex Logo

#ebbcfa Color Hex

#EBBCFA
(235,188,250)
0 Favorites   0 Comments

Color spaces of #ebbcfa

RGB 235188250
HSL0.790.860.86
HSV285°25°98°
CMYK 0.060.250.00   0.02
XYZ69.499560.530798.4631
Yxy60.53070.30420.2649
Hunter Lab77.801523.3002-20.5745
CIE-Lab82.125827.4986-24.2226

#ebbcfa color RGB value is (235,188,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 10111100 11111010
Octal 353 274 372
Decimal 235 188 250
Hex EB BC FA

RGB Percentages of Color #ebbcfa

%34.92
%27.93
%37.15

CMYK Percentages of Color #ebbcfa

%6
%25
%0
%2

Triadic Colors of #ebbcfa

#ebbcfa #faebbc #bcfaeb

Analogous Colors of #ebbcfa

#ebbcfa #fabcea #ccbcfa

Monochromatic Colors of #ebbcfa

#ebbcfa

Complementary Color

#ebbcfa #cbfabc

#ebbcfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebbcfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebbcfa Color CSS Codes

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

#ebbcfa Text Font Color

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

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


#ebbcfa Background Color

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

This div background color is #ebbcfa


#ebbcfa Border Color

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

This div border color is #ebbcfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebbcfa


Comments

No comments written yet.

Please login to write comment.