Color Hex Logo

#effafc Color Hex

#EFFAFC
(239,250,252)
0 Favorites   0 Comments

Color spaces of #effafc

RGB 239250252
HSL0.530.680.96
HSV189°99°
CMYK 0.050.010.00   0.01
XYZ87.352993.7502105.5871
Yxy93.75020.30470.3270
Hunter Lab96.8247-8.40483.1217
CIE-Lab97.5312-3.2319-2.2178

#effafc color RGB value is (239,250,252).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11111100
Octal 357 372 374
Decimal 239 250 252
Hex EF FA FC

RGB Percentages of Color #effafc

%32.25
%33.74
%34.01

CMYK Percentages of Color #effafc

%5
%1
%0
%1

Triadic Colors of #effafc

#effafc #fceffa #fafcef

Analogous Colors of #effafc

#effafc #eff4fc #effcf8

Monochromatic Colors of #effafc

#effafc

Complementary Color

#effafc #fcf1ef

#effafc Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effafc Color Preview on White Background

Lorem ipsum dolor sit amet.

#effafc Color CSS Codes

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

#effafc Text Font Color

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

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


#effafc Background Color

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

This div background color is #effafc


#effafc Border Color

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

This div border color is #effafc


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effafc

Related Colors

#effafc Color Palettes


Comments

No comments written yet.

Please login to write comment.