Color Hex Logo

#ebfcfe Color Hex

#EBFCFE
(235,252,254)
0 Favorites   0 Comments

Color spaces of #ebfcfe

RGB 235252254
HSL0.520.900.96
HSV186°100°
CMYK 0.070.010.00   0.00
XYZ86.960794.4387107.4111
Yxy94.43870.30110.3270
Hunter Lab97.1796-10.33432.4934
CIE-Lab97.8085-5.1556-2.8732

#ebfcfe color RGB value is (235,252,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111100 11111110
Octal 353 374 376
Decimal 235 252 254
Hex EB FC FE

RGB Percentages of Color #ebfcfe

%31.71
%34.01
%34.28

CMYK Percentages of Color #ebfcfe

%7
%1
%0
%0

Triadic Colors of #ebfcfe

#ebfcfe #feebfc #fcfeeb

Analogous Colors of #ebfcfe

#ebfcfe #ebf3fe #ebfef7

Monochromatic Colors of #ebfcfe

#ebfcfe

Complementary Color

#ebfcfe #feedeb

#ebfcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfcfe Color CSS Codes

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

#ebfcfe Text Font Color

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

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


#ebfcfe Background Color

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

This div background color is #ebfcfe


#ebfcfe Border Color

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

This div border color is #ebfcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfcfe

Related Colors

#ebfcfe Color Palettes


Comments

No comments written yet.

Please login to write comment.