Color Hex Logo

#effeff Color Hex

#EFFEFF
(239,254,255)
1 Favorites   0 Comments

Color spaces of #effeff

RGB 239254255
HSL0.511.000.97
HSV184°100°
CMYK 0.060.000.00   0.00
XYZ89.088496.4543108.5298
Yxy96.45430.30290.3280
Hunter Lab98.2112-9.95023.2284
CIE-Lab98.6125-4.6940-2.1758

#effeff color RGB value is (239,254,255).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 11111111
Octal 357 376 377
Decimal 239 254 255
Hex EF FE FF

RGB Percentages of Color #effeff

%31.95
%33.96
%34.09

CMYK Percentages of Color #effeff

%6
%0
%0
%0

Triadic Colors of #effeff

#effeff #ffeffe #feffef

Analogous Colors of #effeff

#effeff #eff6ff #effff8

Monochromatic Colors of #effeff

#effeff

Complementary Color

#effeff #fff0ef

#effeff Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effeff Color Preview on White Background

Lorem ipsum dolor sit amet.

#effeff Color CSS Codes

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

#effeff Text Font Color

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

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


#effeff Background Color

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

This div background color is #effeff


#effeff Border Color

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

This div border color is #effeff


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effeff

Related Colors

#effeff Color Palettes


Comments

No comments written yet.

Please login to write comment.