Color Hex Logo

#eff1fc Color Hex

#EFF1FC
(239,241,252)
0 Favorites   0 Comments

Color spaces of #eff1fc

RGB 239241252
HSL0.640.680.96
HSV231°99°
CMYK 0.050.040.00   0.01
XYZ84.622688.2896104.6770
Yxy88.28960.30480.3181
Hunter Lab93.9625-3.6775-0.2770
CIE-Lab95.28271.3414-5.5241

#eff1fc color RGB value is (239,241,252).

#eff1fc hex color red value is 239, green value is 241 and the blue value of its RGB is 252. Cylindrical-coordinate representations (also known as HSL) of color #eff1fc hue: 0.64 , saturation: 0.68 and the lightness value of eff1fc is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11110001 11111100
Octal 357 361 374
Decimal 239 241 252
Hex EF F1 FC

RGB Percentages of Color #eff1fc

%32.65
%32.92
%34.43

CMYK Percentages of Color #eff1fc

%5
%4
%0
%1

Triadic Colors of #eff1fc

#eff1fc #fceff1 #f1fcef

Analogous Colors of #eff1fc

#eff1fc #f4effc #eff8fc

Monochromatic Colors of #eff1fc

#eff1fc

Complementary Color

#eff1fc #fcfaef

#eff1fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff1fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff1fc Color CSS Codes

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

#eff1fc Text Font Color

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

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


#eff1fc Background Color

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

This div background color is #eff1fc


#eff1fc Border Color

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

This div border color is #eff1fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff1fc

Related Colors


Comments

No comments written yet.

Please login to write comment.