Color Hex Logo

#ebf8fb Color Hex

#EBF8FB
(235,248,251)
0 Favorites   0 Comments

Color spaces of #ebf8fb

RGB 235248251
HSL0.530.670.95
HSV191°98°
CMYK 0.060.010.00   0.02
XYZ85.240991.7620104.4859
Yxy91.76200.30280.3260
Hunter Lab95.7925-8.79872.3840
CIE-Lab96.7229-3.6977-2.9208

#ebf8fb color RGB value is (235,248,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101011 11111000 11111011
Octal 353 370 373
Decimal 235 248 251
Hex EB F8 FB

RGB Percentages of Color #ebf8fb

%32.02
%33.79
%34.20

CMYK Percentages of Color #ebf8fb

%6
%1
%0
%2

Triadic Colors of #ebf8fb

#ebf8fb #fbebf8 #f8fbeb

Analogous Colors of #ebf8fb

#ebf8fb #ebf0fb #ebfbf6

Monochromatic Colors of #ebf8fb

#ebf8fb

Complementary Color

#ebf8fb #fbeeeb

#ebf8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ebf8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ebf8fb Color CSS Codes

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

#ebf8fb Text Font Color

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

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


#ebf8fb Background Color

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

This div background color is #ebf8fb


#ebf8fb Border Color

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

This div border color is #ebf8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ebf8fb

Related Colors


Comments

No comments written yet.

Please login to write comment.