Color Hex Logo

#effcff Color Hex

#EFFCFF
(239,252,255)
2 Favorites   0 Comments

Color spaces of #effcff

RGB 239252255
HSL0.531.000.97
HSV191°100°
CMYK 0.060.010.00   0.00
XYZ88.457095.1915108.3194
Yxy95.19150.30300.3260
Hunter Lab97.5661-8.90612.4716
CIE-Lab98.1101-3.6874-2.9128

#effcff color RGB value is (239,252,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111100 11111111
Octal 357 374 377
Decimal 239 252 255
Hex EF FC FF

RGB Percentages of Color #effcff

%32.04
%33.78
%34.18

CMYK Percentages of Color #effcff

%6
%1
%0
%0

Triadic Colors of #effcff

#effcff #ffeffc #fcffef

Analogous Colors of #effcff

#effcff #eff4ff #effffa

Monochromatic Colors of #effcff

#effcff

Complementary Color

#effcff #fff2ef

#effcff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effcff Color Preview on White Background

Lorem ipsum dolor sit amet.

#effcff Color CSS Codes

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

#effcff Text Font Color

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

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


#effcff Background Color

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

This div background color is #effcff


#effcff Border Color

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

This div border color is #effcff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effcff

Related Colors

#effcff Color Palettes


Comments

No comments written yet.

Please login to write comment.