Color Hex Logo

#eff3fa Color Hex

#EFF3FA
(239,243,250)
0 Favorites   0 Comments

Color spaces of #eff3fa

RGB 239243250
HSL0.610.520.96
HSV218°98°
CMYK 0.040.030.00   0.02
XYZ84.902589.3540103.2147
Yxy89.35400.30600.3220
Hunter Lab94.5272-5.09751.4301
CIE-Lab95.7282-0.0488-3.8326

#eff3fa color RGB value is (239,243,250).

#eff3fa hex color red value is 239, green value is 243 and the blue value of its RGB is 250. Cylindrical-coordinate representations (also known as HSL) of color #eff3fa hue: 0.61 , saturation: 0.52 and the lightness value of eff3fa is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110011 11111010
Octal 357 363 372
Decimal 239 243 250
Hex EF F3 FA

RGB Percentages of Color #eff3fa

%32.65
%33.20
%34.15

CMYK Percentages of Color #eff3fa

%4
%3
%0
%2

Triadic Colors of #eff3fa

#eff3fa #faeff3 #f3faef

Analogous Colors of #eff3fa

#eff3fa #f1effa #eff9fa

Monochromatic Colors of #eff3fa

#eff3fa

Complementary Color

#eff3fa #faf6ef

#eff3fa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff3fa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff3fa Color CSS Codes

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

#eff3fa Text Font Color

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

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


#eff3fa Background Color

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

This div background color is #eff3fa


#eff3fa Border Color

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

This div border color is #eff3fa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff3fa

Related Colors


Comments

No comments written yet.

Please login to write comment.