Color Hex Logo

#ebedf9 Color Hex

#EBEDF9
(235,237,249)
0 Favorites   0 Comments

Color spaces of #ebedf9

RGB 235237249
HSL0.640.540.95
HSV231°98°
CMYK 0.060.050.00   0.02
XYZ81.644085.0701101.7396
Yxy85.07010.30410.3169
Hunter Lab92.2335-3.4024-0.8374
CIE-Lab93.91331.5330-6.0212

#ebedf9 color RGB value is (235,237,249).

#ebedf9 hex color red value is 235, green value is 237 and the blue value of its RGB is 249. Cylindrical-coordinate representations (also known as HSL) of color #ebedf9 hue: 0.64 , saturation: 0.54 and the lightness value of ebedf9 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 11111001
Octal 353 355 371
Decimal 235 237 249
Hex EB ED F9

RGB Percentages of Color #ebedf9

%32.59
%32.87
%34.54

CMYK Percentages of Color #ebedf9

%6
%5
%0
%2

Triadic Colors of #ebedf9

#ebedf9 #f9ebed #edf9eb

Analogous Colors of #ebedf9

#ebedf9 #f0ebf9 #ebf4f9

Monochromatic Colors of #ebedf9

#ebedf9

Complementary Color

#ebedf9 #f9f7eb

#ebedf9 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebedf9 Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebedf9 Color CSS Codes

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

#ebedf9 Text Font Color

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

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


#ebedf9 Background Color

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

This div background color is #ebedf9


#ebedf9 Border Color

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

This div border color is #ebedf9


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebedf9


Comments

No comments written yet.

Please login to write comment.