Color Hex Logo

#ebfbfe Color Hex

#EBFBFE
(235,251,254)
0 Favorites   0 Comments

Color spaces of #ebfbfe

RGB 235251254
HSL0.530.900.96
HSV189°100°
CMYK 0.070.010.00   0.00
XYZ86.647593.8123107.3067
Yxy93.81230.30110.3260
Hunter Lab96.8567-9.81422.1129
CIE-Lab97.5563-4.6520-3.2434

#ebfbfe color RGB value is (235,251,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 11111110
Octal 353 373 376
Decimal 235 251 254
Hex EB FB FE

RGB Percentages of Color #ebfbfe

%31.76
%33.92
%34.32

CMYK Percentages of Color #ebfbfe

%7
%1
%0
%0

Triadic Colors of #ebfbfe

#ebfbfe #feebfb #fbfeeb

Analogous Colors of #ebfbfe

#ebfbfe #ebf2fe #ebfef8

Monochromatic Colors of #ebfbfe

#ebfbfe

Complementary Color

#ebfbfe #feeeeb

#ebfbfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbfe Color CSS Codes

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

#ebfbfe Text Font Color

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

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


#ebfbfe Background Color

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

This div background color is #ebfbfe


#ebfbfe Border Color

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

This div border color is #ebfbfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbfe

Related Colors


Comments

No comments written yet.

Please login to write comment.