Color Hex Logo

#eff9fc Color Hex

#EFF9FC
(239,249,252)
1 Favorites   0 Comments

Color spaces of #eff9fc

RGB 239249252
HSL0.540.680.96
HSV194°99°
CMYK 0.050.010.00   0.01
XYZ87.043093.1304105.4838
Yxy93.13040.30470.3260
Hunter Lab96.5041-7.88202.7459
CIE-Lab97.2805-2.7267-2.5855

#eff9fc color RGB value is (239,249,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111001 11111100
Octal 357 371 374
Decimal 239 249 252
Hex EF F9 FC

RGB Percentages of Color #eff9fc

%32.30
%33.65
%34.05

CMYK Percentages of Color #eff9fc

%5
%1
%0
%1

Triadic Colors of #eff9fc

#eff9fc #fceff9 #f9fcef

Analogous Colors of #eff9fc

#eff9fc #eff3fc #effcf9

Monochromatic Colors of #eff9fc

#eff9fc

Complementary Color

#eff9fc #fcf2ef

#eff9fc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff9fc Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff9fc Color CSS Codes

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

#eff9fc Text Font Color

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

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


#eff9fc Background Color

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

This div background color is #eff9fc


#eff9fc Border Color

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

This div border color is #eff9fc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff9fc

Related Colors


Comments

No comments written yet.

Please login to write comment.