Color Hex Logo

#effff7 Color Hex

#EFFFF7
(239,255,247)
0 Favorites   0 Comments

Color spaces of #effff7

RGB 239255247
HSL0.421.000.97
HSV150°100°
CMYK 0.060.000.03   0.00
XYZ88.145196.5861101.9929
Yxy96.58610.30740.3369
Hunter Lab98.2782-11.89147.2637
CIE-Lab98.6646-6.65212.0086

#effff7 color RGB value is (239,255,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 11110111
Octal 357 377 367
Decimal 239 255 247
Hex EF FF F7

RGB Percentages of Color #effff7

%32.25
%34.41
%33.33

CMYK Percentages of Color #effff7

%6
%0
%3
%0

Triadic Colors of #effff7

#effff7 #f7efff #fff7ef

Analogous Colors of #effff7

#effff7 #efffff #efffef

Monochromatic Colors of #effff7

#effff7

Complementary Color

#effff7 #ffeff7

#effff7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effff7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effff7 Color CSS Codes

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

#effff7 Text Font Color

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

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


#effff7 Background Color

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

This div background color is #effff7


#effff7 Border Color

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

This div border color is #effff7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effff7

Related Colors

#effff7 Color Palettes


Comments

No comments written yet.

Please login to write comment.