Color Hex Logo

#ebf6fe Color Hex

#EBF6FE
(235,246,254)
0 Favorites   0 Comments

Color spaces of #ebf6fe

RGB 235246254
HSL0.570.900.96
HSV205°100°
CMYK 0.070.030.00   0.00
XYZ85.106190.7295106.7929
Yxy90.72950.30110.3210
Hunter Lab95.2520-7.20430.2028
CIE-Lab96.2986-2.1227-5.0938

#ebf6fe color RGB value is (235,246,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11110110 11111110
Octal 353 366 376
Decimal 235 246 254
Hex EB F6 FE

RGB Percentages of Color #ebf6fe

%31.97
%33.47
%34.56

CMYK Percentages of Color #ebf6fe

%7
%3
%0
%0

Triadic Colors of #ebf6fe

#ebf6fe #feebf6 #f6feeb

Analogous Colors of #ebf6fe

#ebf6fe #ebedfe #ebfefd

Monochromatic Colors of #ebf6fe

#ebf6fe

Complementary Color

#ebf6fe #fef3eb

#ebf6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf6fe Color CSS Codes

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

#ebf6fe Text Font Color

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

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


#ebf6fe Background Color

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

This div background color is #ebf6fe


#ebf6fe Border Color

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

This div border color is #ebf6fe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf6fe

Related Colors


Comments

No comments written yet.

Please login to write comment.