Color Hex Logo

#ebeef8 Color Hex

#EBEEF8
(235,238,248)
0 Favorites   0 Comments

Color spaces of #ebeef8

RGB 235238248
HSL0.630.480.95
HSV226°97°
CMYK 0.050.040.00   0.03
XYZ81.778885.5885101.0170
Yxy85.58850.30470.3189
Hunter Lab92.5141-4.11260.0205
CIE-Lab94.13610.8340-5.1731

#ebeef8 color RGB value is (235,238,248).

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

The process color (four color CMYK) of #ebeef8 color hex is 0.05, 0.04, 0.00, 0.03. Web safe color of #ebeef8 is #ffffff. Color #ebeef8 contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 11111000
Octal 353 356 370
Decimal 235 238 248
Hex EB EE F8

RGB Percentages of Color #ebeef8

%32.59
%33.01
%34.40

CMYK Percentages of Color #ebeef8

%5
%4
%0
%3

Triadic Colors of #ebeef8

#ebeef8 #f8ebee #eef8eb

Analogous Colors of #ebeef8

#ebeef8 #efebf8 #ebf5f8

Monochromatic Colors of #ebeef8

#ebeef8

Complementary Color

#ebeef8 #f8f5eb

#ebeef8 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeef8 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeef8 Color CSS Codes

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

#ebeef8 Text Font Color

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

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


#ebeef8 Background Color

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

This div background color is #ebeef8


#ebeef8 Border Color

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

This div border color is #ebeef8


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeef8


Comments

No comments written yet.

Please login to write comment.