Color Hex Logo

#ebedfe Color Hex

#EBEDFE
(235,237,254)
0 Favorites   0 Comments

Color spaces of #ebedfe

RGB 235237254
HSL0.650.900.96
HSV234°100°
CMYK 0.070.070.00   0.00
XYZ82.434585.3863105.9024
Yxy85.38630.30120.3119
Hunter Lab92.4047-2.4679-3.2673
CIE-Lab94.04932.4758-8.4179

#ebedfe color RGB value is (235,237,254).

#ebedfe hex color red value is 235, green value is 237 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #ebedfe hue: 0.65 , saturation: 0.90 and the lightness value of ebedfe is 0.96.

The process color (four color CMYK) of #ebedfe color hex is 0.07, 0.07, 0.00, 0.00. Web safe color of #ebedfe is #ffffff. Color #ebedfe contains mainly BLUE color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101101 11111110
Octal 353 355 376
Decimal 235 237 254
Hex EB ED FE

RGB Percentages of Color #ebedfe

%32.37
%32.64
%34.99

CMYK Percentages of Color #ebedfe

%7
%7
%0
%0

Triadic Colors of #ebedfe

#ebedfe #feebed #edfeeb

Analogous Colors of #ebedfe

#ebedfe #f3ebfe #ebf7fe

Monochromatic Colors of #ebedfe

#ebedfe

Complementary Color

#ebedfe #fefceb

#ebedfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebedfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebedfe Color CSS Codes

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

#ebedfe Text Font Color

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

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


#ebedfe Background Color

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

This div background color is #ebedfe


#ebedfe Border Color

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

This div border color is #ebedfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebedfe

Related Colors


Comments

No comments written yet.

Please login to write comment.