Color Hex Logo

#ebfeff Color Hex

#EBFEFF
(235,254,255)
0 Favorites   0 Comments

Color spaces of #ebfeff

RGB 235254255
HSL0.511.000.96
HSV183°100°
CMYK 0.080.000.00   0.00
XYZ87.752895.7658108.4673
Yxy95.76580.30050.3280
Hunter Lab97.8600-11.19092.7854
CIE-Lab98.3391-5.9734-2.6088

#ebfeff color RGB value is (235,254,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111110 11111111
Octal 353 376 377
Decimal 235 254 255
Hex EB FE FF

RGB Percentages of Color #ebfeff

%31.59
%34.14
%34.27

CMYK Percentages of Color #ebfeff

%8
%0
%0
%0

Triadic Colors of #ebfeff

#ebfeff #ffebfe #feffeb

Analogous Colors of #ebfeff

#ebfeff #ebf4ff #ebfff6

Monochromatic Colors of #ebfeff

#ebfeff

Complementary Color

#ebfeff #ffeceb

#ebfeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfeff Color CSS Codes

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

#ebfeff Text Font Color

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

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


#ebfeff Background Color

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

This div background color is #ebfeff


#ebfeff Border Color

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

This div border color is #ebfeff


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(235,254,255, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

<p style="text-shadow: 4px 4px 2px #ebfeff">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfeff

Related Colors


Comments

No comments written yet.

Please login to write comment.