Color Hex Logo

#effffb Color Hex

#EFFFFB
(239,255,251)
0 Favorites   0 Comments

Color spaces of #effffb

RGB 239255251
HSL0.461.000.97
HSV165°100°
CMYK 0.060.000.02   0.00
XYZ88.769296.8358105.2793
Yxy96.83580.30520.3329
Hunter Lab98.4052-11.18815.4519
CIE-Lab98.7634-5.92960.0992

#effffb color RGB value is (239,255,251).

#effffb hex color red value is 239, green value is 255 and the blue value of its RGB is 251. Cylindrical-coordinate representations (also known as HSL) of color #effffb hue: 0.46 , saturation: 1.00 and the lightness value of effffb is 0.97.

The process color (four color CMYK) of #effffb color hex is 0.06, 0.00, 0.02, 0.00. Web safe color of #effffb is #ffffff. Color #effffb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 11111011
Octal 357 377 373
Decimal 239 255 251
Hex EF FF FB

RGB Percentages of Color #effffb

%32.08
%34.23
%33.69

CMYK Percentages of Color #effffb

%6
%0
%2
%0

Triadic Colors of #effffb

#effffb #fbefff #fffbef

Analogous Colors of #effffb

#effffb #effbff #effff3

Monochromatic Colors of #effffb

#effffb

Complementary Color

#effffb #ffeff3

#effffb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effffb Color Preview on White Background

Lorem ipsum dolor sit amet.

#effffb Color CSS Codes

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

#effffb Text Font Color

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

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


#effffb Background Color

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

This div background color is #effffb


#effffb Border Color

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

This div border color is #effffb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effffb

Related Colors


Comments

No comments written yet.

Please login to write comment.