Color Hex Logo

#effaf7 Color Hex

#EFFAF7
(239,250,247)
0 Favorites   0 Comments

Color spaces of #effaf7

RGB 239250247
HSL0.450.520.96
HSV164°98°
CMYK 0.040.000.01   0.02
XYZ86.570793.4373101.4681
Yxy93.43730.30760.3320
Hunter Lab96.6630-9.29685.4268
CIE-Lab97.4048-4.14220.1726

#effaf7 color RGB value is (239,250,247).

#effaf7 hex color red value is 239, green value is 250 and the blue value of its RGB is 247. Cylindrical-coordinate representations (also known as HSL) of color #effaf7 hue: 0.45 , saturation: 0.52 and the lightness value of effaf7 is 0.96.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11110111
Octal 357 372 367
Decimal 239 250 247
Hex EF FA F7

RGB Percentages of Color #effaf7

%32.47
%33.97
%33.56

CMYK Percentages of Color #effaf7

%4
%0
%1
%2

Triadic Colors of #effaf7

#effaf7 #f7effa #faf7ef

Analogous Colors of #effaf7

#effaf7 #eff8fa #effaf2

Monochromatic Colors of #effaf7

#effaf7

Complementary Color

#effaf7 #faeff2

#effaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effaf7 Color CSS Codes

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

#effaf7 Text Font Color

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

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


#effaf7 Background Color

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

This div background color is #effaf7


#effaf7 Border Color

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

This div border color is #effaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effaf7

Related Colors


Comments

No comments written yet.

Please login to write comment.