Color Hex Logo

#ebe5fa Color Hex

#EBE5FA
(235,229,250)
0 Favorites   0 Comments

Color spaces of #ebe5fa

RGB 235229250
HSL0.710.680.94
HSV257°98°
CMYK 0.060.080.00   0.02
XYZ79.535680.6029101.8084
Yxy80.60290.30360.3077
Hunter Lab89.77911.0202-4.3887
CIE-Lab91.95475.8481-9.4422

#ebe5fa color RGB value is (235,229,250).

#ebe5fa hex color red value is 235, green value is 229 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ebe5fa hue: 0.71 , saturation: 0.68 and the lightness value of ebe5fa is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11100101 11111010
Octal 353 345 372
Decimal 235 229 250
Hex EB E5 FA

RGB Percentages of Color #ebe5fa

%32.91
%32.07
%35.01

CMYK Percentages of Color #ebe5fa

%6
%8
%0
%2

Triadic Colors of #ebe5fa

#ebe5fa #faebe5 #e5faeb

Analogous Colors of #ebe5fa

#ebe5fa #f6e5fa #e5eafa

Monochromatic Colors of #ebe5fa

#ebe5fa

Complementary Color

#ebe5fa #f4fae5

#ebe5fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebe5fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebe5fa Color CSS Codes

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

#ebe5fa Text Font Color

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

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


#ebe5fa Background Color

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

This div background color is #ebe5fa


#ebe5fa Border Color

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

This div border color is #ebe5fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebe5fa


Comments

No comments written yet.

Please login to write comment.