Color Hex Logo

#effafb Color Hex

#EFFAFB
(239,250,251)
0 Favorites   0 Comments

Color spaces of #effafb

RGB 239250251
HSL0.510.600.96
HSV185°98°
CMYK 0.050.000.00   0.02
XYZ87.194893.6870104.7545
Yxy93.68700.30530.3280
Hunter Lab96.7920-8.58493.5870
CIE-Lab97.5057-3.4154-1.7400

#effafb color RGB value is (239,250,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11111011
Octal 357 372 373
Decimal 239 250 251
Hex EF FA FB

RGB Percentages of Color #effafb

%32.30
%33.78
%33.92

CMYK Percentages of Color #effafb

%5
%0
%0
%2

Triadic Colors of #effafb

#effafb #fbeffa #fafbef

Analogous Colors of #effafb

#effafb #eff4fb #effbf6

Monochromatic Colors of #effafb

#effafb

Complementary Color

#effafb #fbf0ef

#effafb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effafb Color Preview on White Background

Lorem ipsum dolor sit amet.

#effafb Color CSS Codes

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

#effafb Text Font Color

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

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


#effafb Background Color

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

This div background color is #effafb


#effafb Border Color

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

This div border color is #effafb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effafb

Related Colors

#effafb Color Palettes


Comments

No comments written yet.

Please login to write comment.