Color Hex Logo

#ebedf0 Color Hex

#EBEDF0
(235,237,240)
1 Favorites   0 Comments

Color spaces of #ebedf0

RGB 235237240
HSL0.600.140.93
HSV216°94°
CMYK 0.020.010.00   0.06
XYZ80.273384.521894.5216
Yxy84.52180.30960.3259
Hunter Lab91.9357-5.03103.3974
CIE-Lab93.6767-0.1219-1.6914

#ebedf0 color RGB value is (235,237,240).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 11110000
Octal 353 355 360
Decimal 235 237 240
Hex EB ED F0

RGB Percentages of Color #ebedf0

%33.01
%33.29
%33.71

CMYK Percentages of Color #ebedf0

%2
%1
%0
%6

Triadic Colors of #ebedf0

#ebedf0 #f0ebed #edf0eb

Analogous Colors of #ebedf0

#ebedf0 #ecebf0 #ebf0f0

Monochromatic Colors of #ebedf0

#ebedf0

Complementary Color

#ebedf0 #f0eeeb

#ebedf0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebedf0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebedf0 Color CSS Codes

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

#ebedf0 Text Font Color

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

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


#ebedf0 Background Color

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

This div background color is #ebedf0


#ebedf0 Border Color

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

This div border color is #ebedf0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebedf0


Comments

No comments written yet.

Please login to write comment.