Color Hex Logo

#ebeeff Color Hex

#EBEEFF
(235,238,255)
0 Favorites   0 Comments

Color spaces of #ebeeff

RGB 235238255
HSL0.641.000.96
HSV231°100°
CMYK 0.080.070.00   0.00
XYZ82.885586.0312106.8449
Yxy86.03120.30060.3120
Hunter Lab92.7530-2.8074-3.3708
CIE-Lab94.32572.1525-8.5275

#ebeeff color RGB value is (235,238,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 11111111
Octal 353 356 377
Decimal 235 238 255
Hex EB EE FF

RGB Percentages of Color #ebeeff

%32.28
%32.69
%35.03

CMYK Percentages of Color #ebeeff

%8
%7
%0
%0

Triadic Colors of #ebeeff

#ebeeff #ffebee #eeffeb

Analogous Colors of #ebeeff

#ebeeff #f2ebff #ebf8ff

Monochromatic Colors of #ebeeff

#ebeeff

Complementary Color

#ebeeff #fffceb

#ebeeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeeff Color CSS Codes

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

#ebeeff Text Font Color

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

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


#ebeeff Background Color

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

This div background color is #ebeeff


#ebeeff Border Color

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

This div border color is #ebeeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeeff

Related Colors

#ebeeff Color Palettes


Comments

No comments written yet.

Please login to write comment.