Color Hex Logo

#eff6fe Color Hex

#EFF6FE
(239,246,254)
0 Favorites   0 Comments

Color spaces of #eff6fe

RGB 239246254
HSL0.590.880.97
HSV212°100°
CMYK 0.060.030.00   0.00
XYZ86.441891.4180106.8554
Yxy91.41800.30360.3211
Hunter Lab95.6128-5.94360.6673
CIE-Lab96.5819-0.8359-4.6440

#eff6fe color RGB value is (239,246,254).

#eff6fe hex color red value is 239, green value is 246 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #eff6fe hue: 0.59 , saturation: 0.88 and the lightness value of eff6fe is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110110 11111110
Octal 357 366 376
Decimal 239 246 254
Hex EF F6 FE

RGB Percentages of Color #eff6fe

%32.34
%33.29
%34.37

CMYK Percentages of Color #eff6fe

%6
%3
%0
%0

Triadic Colors of #eff6fe

#eff6fe #feeff6 #f6feef

Analogous Colors of #eff6fe

#eff6fe #f0effe #effefe

Monochromatic Colors of #eff6fe

#eff6fe

Complementary Color

#eff6fe #fef7ef

#eff6fe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff6fe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff6fe Color CSS Codes

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

#eff6fe Text Font Color

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

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


#eff6fe Background Color

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

This div background color is #eff6fe


#eff6fe Border Color

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

This div border color is #eff6fe


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,246,254, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff6fe

Related Colors

#eff6fe Color Palettes


Comments

No comments written yet.

Please login to write comment.