Color Hex Logo

#ebebfa Color Hex

#EBEBFA
(235,235,250)
0 Favorites   0 Comments

Color spaces of #ebebfa

RGB 235235250
HSL0.670.600.95
HSV240°98°
CMYK 0.060.060.00   0.02
XYZ81.224683.9810102.3714
Yxy83.98100.30360.3139
Hunter Lab91.6411-2.1615-2.0835
CIE-Lab93.44222.7482-7.2373

#ebebfa color RGB value is (235,235,250).

#ebebfa hex color red value is 235, green value is 235 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ebebfa hue: 0.67 , saturation: 0.60 and the lightness value of ebebfa is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101011 11111010
Octal 353 353 372
Decimal 235 235 250
Hex EB EB FA

RGB Percentages of Color #ebebfa

%32.64
%32.64
%34.72

CMYK Percentages of Color #ebebfa

%6
%6
%0
%2

Triadic Colors of #ebebfa

#ebebfa #faebeb #ebfaeb

Analogous Colors of #ebebfa

#ebebfa #f3ebfa #ebf3fa

Monochromatic Colors of #ebebfa

#ebebfa

Complementary Color

#ebebfa #fafaeb

#ebebfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebebfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebebfa Color CSS Codes

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

#ebebfa Text Font Color

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

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


#ebebfa Background Color

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

This div background color is #ebebfa


#ebebfa Border Color

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

This div border color is #ebebfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebebfa


Comments

No comments written yet.

Please login to write comment.