Color Hex Logo

#ebecfe Color Hex

#EBECFE
(235,236,254)
0 Favorites   0 Comments

Color spaces of #ebecfe

RGB 235236254
HSL0.660.900.96
HSV237°100°
CMYK 0.070.070.00   0.00
XYZ82.145884.8088105.8061
Yxy84.80880.30120.3109
Hunter Lab92.0917-1.9384-3.6554
CIE-Lab93.80072.9903-8.7866

#ebecfe color RGB value is (235,236,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11101100 11111110
Octal 353 354 376
Decimal 235 236 254
Hex EB EC FE

RGB Percentages of Color #ebecfe

%32.41
%32.55
%35.03

CMYK Percentages of Color #ebecfe

%7
%7
%0
%0

Triadic Colors of #ebecfe

#ebecfe #feebec #ecfeeb

Analogous Colors of #ebecfe

#ebecfe #f4ebfe #ebf6fe

Monochromatic Colors of #ebecfe

#ebecfe

Complementary Color

#ebecfe #fefdeb

#ebecfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebecfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebecfe Color CSS Codes

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

#ebecfe Text Font Color

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

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


#ebecfe Background Color

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

This div background color is #ebecfe


#ebecfe Border Color

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

This div border color is #ebecfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebecfe

#ebecfe Color Palettes


Comments

No comments written yet.

Please login to write comment.