Color Hex Logo

#ebfbfa Color Hex

#EBFBFA
(235,251,250)
3 Favorites   0 Comments

Color spaces of #ebfbfa

RGB 235251250
HSL0.490.670.95
HSV176°98°
CMYK 0.060.000.00   0.02
XYZ86.013493.5587103.9677
Yxy93.55870.30340.3300
Hunter Lab96.7257-10.53893.9789
CIE-Lab97.4539-5.3961-1.3339

#ebfbfa color RGB value is (235,251,250).

#ebfbfa hex color red value is 235, green value is 251 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #ebfbfa hue: 0.49 , saturation: 0.67 and the lightness value of ebfbfa is 0.95.

The process color (four color CMYK) of #ebfbfa color hex is 0.06, 0.00, 0.00, 0.02. Web safe color of #ebfbfa is #ffffff. Color #ebfbfa contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111011 11111010
Octal 353 373 372
Decimal 235 251 250
Hex EB FB FA

RGB Percentages of Color #ebfbfa

%31.93
%34.10
%33.97

CMYK Percentages of Color #ebfbfa

%6
%0
%0
%2

Triadic Colors of #ebfbfa

#ebfbfa #faebfb #fbfaeb

Analogous Colors of #ebfbfa

#ebfbfa #ebf4fb #ebfbf2

Monochromatic Colors of #ebfbfa

#ebfbfa

Complementary Color

#ebfbfa #fbebec

#ebfbfa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebfbfa Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebfbfa Color CSS Codes

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

#ebfbfa Text Font Color

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

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


#ebfbfa Background Color

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

This div background color is #ebfbfa


#ebfbfa Border Color

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

This div border color is #ebfbfa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebfbfa

Related Colors


Comments

No comments written yet.

Please login to write comment.