Color Hex Logo

#ebeaff Color Hex

#EBEAFF
(235,234,255)
0 Favorites   0 Comments

Color spaces of #ebeaff

RGB 235234255
HSL0.671.000.96
HSV243°100°
CMYK 0.080.080.00   0.00
XYZ81.733883.7278106.4610
Yxy83.72780.30060.3079
Hunter Lab91.5029-0.6872-4.9302
CIE-Lab93.33214.2122-10.0022

#ebeaff color RGB value is (235,234,255).

#ebeaff hex color red value is 235, green value is 234 and the blue value of its RGB is 255. Cylindrical-coordinate representations (also known as HSL) of color #ebeaff hue: 0.67 , saturation: 1.00 and the lightness value of ebeaff is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101010 11111111
Octal 353 352 377
Decimal 235 234 255
Hex EB EA FF

RGB Percentages of Color #ebeaff

%32.46
%32.32
%35.22

CMYK Percentages of Color #ebeaff

%8
%8
%0
%0

Triadic Colors of #ebeaff

#ebeaff #ffebea #eaffeb

Analogous Colors of #ebeaff

#ebeaff #f6eaff #eaf4ff

Monochromatic Colors of #ebeaff

#ebeaff

Complementary Color

#ebeaff #feffea

#ebeaff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeaff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeaff Color CSS Codes

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

#ebeaff Text Font Color

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

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


#ebeaff Background Color

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

This div background color is #ebeaff


#ebeaff Border Color

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

This div border color is #ebeaff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeaff

#ebeaff Color Palettes


Comments

No comments written yet.

Please login to write comment.