Color Hex Logo

#ebfdfe Color Hex

#EBFDFE
(235,253,254)
0 Favorites   0 Comments

Color spaces of #ebfdfe

RGB 235253254
HSL0.510.900.96
HSV183°100°
CMYK 0.070.000.00   0.00
XYZ87.275695.0685107.5161
Yxy95.06850.30110.3280
Hunter Lab97.5031-10.85392.8734
CIE-Lab98.0609-5.6584-2.5028

#ebfdfe color RGB value is (235,253,254).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111101 11111110
Octal 353 375 376
Decimal 235 253 254
Hex EB FD FE

RGB Percentages of Color #ebfdfe

%31.67
%34.10
%34.23

CMYK Percentages of Color #ebfdfe

%7
%0
%0
%0

Triadic Colors of #ebfdfe

#ebfdfe #feebfd #fdfeeb

Analogous Colors of #ebfdfe

#ebfdfe #ebf4fe #ebfef6

Monochromatic Colors of #ebfdfe

#ebfdfe

Complementary Color

#ebfdfe #feeceb

#ebfdfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfdfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfdfe Color CSS Codes

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

#ebfdfe Text Font Color

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

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


#ebfdfe Background Color

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

This div background color is #ebfdfe


#ebfdfe Border Color

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

This div border color is #ebfdfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfdfe

Related Colors


Comments

No comments written yet.

Please login to write comment.