Color Hex Logo

#effcfe Color Hex

#EFFCFE
(239,252,254)
0 Favorites   0 Comments

Color spaces of #effcfe

RGB 239252254
HSL0.520.880.97
HSV188°100°
CMYK 0.060.010.00   0.00
XYZ88.296495.1273107.4736
Yxy95.12730.30350.3270
Hunter Lab97.5332-9.08792.9405
CIE-Lab98.0844-3.8724-2.4360

#effcfe color RGB value is (239,252,254).

#effcfe hex color red value is 239, green value is 252 and the blue value of its RGB is 254. Cylindrical-coordinate representations (also known as HSL) of color #effcfe hue: 0.52 , saturation: 0.88 and the lightness value of effcfe is 0.97.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 11111110
Octal 357 374 376
Decimal 239 252 254
Hex EF FC FE

RGB Percentages of Color #effcfe

%32.08
%33.83
%34.09

CMYK Percentages of Color #effcfe

%6
%1
%0
%0

Triadic Colors of #effcfe

#effcfe #feeffc #fcfeef

Analogous Colors of #effcfe

#effcfe #eff5fe #effef9

Monochromatic Colors of #effcfe

#effcfe

Complementary Color

#effcfe #fef1ef

#effcfe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcfe Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcfe Color CSS Codes

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

#effcfe Text Font Color

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

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


#effcfe Background Color

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

This div background color is #effcfe


#effcfe Border Color

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

This div border color is #effcfe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcfe

Related Colors


Comments

No comments written yet.

Please login to write comment.