Color Hex Logo

#ebedfa Color Hex

#EBEDFA
(235,237,250)
0 Favorites   0 Comments

Color spaces of #ebedfa

RGB 235237250
HSL0.640.600.95
HSV232°98°
CMYK 0.060.050.00   0.02
XYZ81.800585.1327102.5634
Yxy85.13270.30350.3159
Hunter Lab92.2674-3.2171-1.3189
CIE-Lab93.94031.7203-6.5011

#ebedfa color RGB value is (235,237,250).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 11111010
Octal 353 355 372
Decimal 235 237 250
Hex EB ED FA

RGB Percentages of Color #ebedfa

%32.55
%32.83
%34.63

CMYK Percentages of Color #ebedfa

%6
%5
%0
%2

Triadic Colors of #ebedfa

#ebedfa #faebed #edfaeb

Analogous Colors of #ebedfa

#ebedfa #f1ebfa #ebf5fa

Monochromatic Colors of #ebedfa

#ebedfa

Complementary Color

#ebedfa #faf8eb

#ebedfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebedfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebedfa Color CSS Codes

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

#ebedfa Text Font Color

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

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


#ebedfa Background Color

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

This div background color is #ebedfa


#ebedfa Border Color

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

This div border color is #ebedfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebedfa

Related Colors


Comments

No comments written yet.

Please login to write comment.