Color Hex Logo

#ebfdff Color Hex

#EBFDFF
(235,253,255)
0 Favorites   0 Comments

Color spaces of #ebfdff

RGB 235253255
HSL0.521.000.96
HSV186°100°
CMYK 0.080.010.00   0.00
XYZ87.436295.1327108.3618
Yxy95.13270.30050.3270
Hunter Lab97.5360-10.67162.4044
CIE-Lab98.0866-5.4712-2.9794

#ebfdff color RGB value is (235,253,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111101 11111111
Octal 353 375 377
Decimal 235 253 255
Hex EB FD FF

RGB Percentages of Color #ebfdff

%31.63
%34.05
%34.32

CMYK Percentages of Color #ebfdff

%8
%1
%0
%0

Triadic Colors of #ebfdff

#ebfdff #ffebfd #fdffeb

Analogous Colors of #ebfdff

#ebfdff #ebf3ff #ebfff7

Monochromatic Colors of #ebfdff

#ebfdff

Complementary Color

#ebfdff #ffedeb

#ebfdff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfdff Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfdff Color CSS Codes

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

#ebfdff Text Font Color

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

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


#ebfdff Background Color

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

This div background color is #ebfdff


#ebfdff Border Color

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

This div border color is #ebfdff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfdff

Related Colors


Comments

No comments written yet.

Please login to write comment.