Color Hex Logo

#ebeefa Color Hex

#EBEEFA
(235,238,250)
0 Favorites   0 Comments

Color spaces of #ebeefa

RGB 235238250
HSL0.630.600.95
HSV228°98°
CMYK 0.060.050.00   0.02
XYZ82.090885.7134102.6602
Yxy85.71340.30350.3169
Hunter Lab92.5815-3.7441-0.9374
CIE-Lab94.18971.2072-6.1327

#ebeefa color RGB value is (235,238,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 11111010
Octal 353 356 372
Decimal 235 238 250
Hex EB EE FA

RGB Percentages of Color #ebeefa

%32.50
%32.92
%34.58

CMYK Percentages of Color #ebeefa

%6
%5
%0
%2

Triadic Colors of #ebeefa

#ebeefa #faebee #eefaeb

Analogous Colors of #ebeefa

#ebeefa #f0ebfa #ebf6fa

Monochromatic Colors of #ebeefa

#ebeefa

Complementary Color

#ebeefa #faf7eb

#ebeefa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeefa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeefa Color CSS Codes

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

#ebeefa Text Font Color

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

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


#ebeefa Background Color

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

This div background color is #ebeefa


#ebeefa Border Color

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

This div border color is #ebeefa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeefa

Related Colors


Comments

No comments written yet.

Please login to write comment.