Color Hex Logo

#eff8fb Color Hex

#EFF8FB
(239,248,251)
7 Favorites   0 Comments

Color spaces of #eff8fb

RGB 239248251
HSL0.540.600.96
HSV195°98°
CMYK 0.050.010.00   0.02
XYZ86.576692.4506104.5485
Yxy92.45060.30530.3260
Hunter Lab96.1512-7.53952.8378
CIE-Lab97.0042-2.4045-2.4752

#eff8fb color RGB value is (239,248,251).

#eff8fb hex color red value is 239, green value is 248 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #eff8fb hue: 0.54 , saturation: 0.60 and the lightness value of eff8fb is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111000 11111011
Octal 357 370 373
Decimal 239 248 251
Hex EF F8 FB

RGB Percentages of Color #eff8fb

%32.38
%33.60
%34.01

CMYK Percentages of Color #eff8fb

%5
%1
%0
%2

Triadic Colors of #eff8fb

#eff8fb #fbeff8 #f8fbef

Analogous Colors of #eff8fb

#eff8fb #eff2fb #effbf8

Monochromatic Colors of #eff8fb

#eff8fb

Complementary Color

#eff8fb #fbf2ef

#eff8fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff8fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff8fb Color CSS Codes

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

#eff8fb Text Font Color

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

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


#eff8fb Background Color

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

This div background color is #eff8fb


#eff8fb Border Color

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

This div border color is #eff8fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff8fb

Related Colors

#eff8fb Color Palettes


Comments

No comments written yet.

Please login to write comment.