Color Hex Logo

#eff6fb Color Hex

#EFF6FB
(239,246,251)
0 Favorites   0 Comments

Color spaces of #eff6fb

RGB 239246251
HSL0.570.600.96
HSV205°98°
CMYK 0.050.020.00   0.02
XYZ85.965091.2273104.3446
Yxy91.22730.30530.3240
Hunter Lab95.5130-6.49152.0868
CIE-Lab96.5036-1.3906-3.2101

#eff6fb color RGB value is (239,246,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110110 11111011
Octal 357 366 373
Decimal 239 246 251
Hex EF F6 FB

RGB Percentages of Color #eff6fb

%32.47
%33.42
%34.10

CMYK Percentages of Color #eff6fb

%5
%2
%0
%2

Triadic Colors of #eff6fb

#eff6fb #fbeff6 #f6fbef

Analogous Colors of #eff6fb

#eff6fb #eff0fb #effbfa

Monochromatic Colors of #eff6fb

#eff6fb

Complementary Color

#eff6fb #fbf4ef

#eff6fb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff6fb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff6fb Color CSS Codes

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

#eff6fb Text Font Color

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

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


#eff6fb Background Color

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

This div background color is #eff6fb


#eff6fb Border Color

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

This div border color is #eff6fb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff6fb

Related Colors


Comments

No comments written yet.

Please login to write comment.