Color Hex Logo

#effcfb Color Hex

#EFFCFB
(239,252,251)
0 Favorites   0 Comments

Color spaces of #effcfb

RGB 239252251
HSL0.490.680.96
HSV175°99°
CMYK 0.050.000.00   0.01
XYZ87.819694.9366104.9628
Yxy94.93660.30520.3300
Hunter Lab97.4354-9.62804.3343
CIE-Lab98.0081-4.4233-1.0046

#effcfb color RGB value is (239,252,251).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 11111011
Octal 357 374 373
Decimal 239 252 251
Hex EF FC FB

RGB Percentages of Color #effcfb

%32.21
%33.96
%33.83

CMYK Percentages of Color #effcfb

%5
%0
%0
%1

Triadic Colors of #effcfb

#effcfb #fbeffc #fcfbef

Analogous Colors of #effcfb

#effcfb #eff7fc #effcf5

Monochromatic Colors of #effcfb

#effcfb

Complementary Color

#effcfb #fceff0

#effcfb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcfb Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcfb Color CSS Codes

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

#effcfb Text Font Color

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

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


#effcfb Background Color

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

This div background color is #effcfb


#effcfb Border Color

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

This div border color is #effcfb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcfb


Comments

No comments written yet.

Please login to write comment.