Color Hex Logo

#ebeef0 Color Hex

#EBEEF0
(235,238,240)
0 Favorites   0 Comments

Color spaces of #ebeef0

RGB 235238240
HSL0.570.140.93
HSV204°94°
CMYK 0.020.010.00   0.06
XYZ80.563785.102594.6183
Yxy85.10250.30950.3270
Hunter Lab92.2510-5.55353.7643
CIE-Lab93.9273-0.6329-1.3244

#ebeef0 color RGB value is (235,238,240).

#ebeef0 hex color red value is 235, green value is 238 and the blue value of its RGB is 240. Cylindrical-coordinate representations (also known as HSL) of color #ebeef0 hue: 0.57 , saturation: 0.14 and the lightness value of ebeef0 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101110 11110000
Octal 353 356 360
Decimal 235 238 240
Hex EB EE F0

RGB Percentages of Color #ebeef0

%32.96
%33.38
%33.66

CMYK Percentages of Color #ebeef0

%2
%1
%0
%6

Triadic Colors of #ebeef0

#ebeef0 #f0ebee #eef0eb

Analogous Colors of #ebeef0

#ebeef0 #ebecf0 #ebf0f0

Monochromatic Colors of #ebeef0

#ebeef0

Complementary Color

#ebeef0 #f0edeb

#ebeef0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebeef0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebeef0 Color CSS Codes

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

#ebeef0 Text Font Color

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

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


#ebeef0 Background Color

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

This div background color is #ebeef0


#ebeef0 Border Color

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

This div border color is #ebeef0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebeef0


Comments

No comments written yet.

Please login to write comment.