Color Hex Logo

#eefaf7 Color Hex

#EEFAF7
(238,250,247)
1 Favorites   0 Comments

Color spaces of #eefaf7

RGB 238250247
HSL0.460.550.96
HSV165°98°
CMYK 0.050.000.01   0.02
XYZ86.234093.2638101.4524
Yxy93.26380.30690.3320
Hunter Lab96.5732-9.61345.3157
CIE-Lab97.3346-4.46870.0616

#eefaf7 color RGB value is (238,250,247).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111010 11110111
Octal 356 372 367
Decimal 238 250 247
Hex EE FA F7

RGB Percentages of Color #eefaf7

%32.38
%34.01
%33.61

CMYK Percentages of Color #eefaf7

%5
%0
%1
%2

Triadic Colors of #eefaf7

#eefaf7 #f7eefa #faf7ee

Analogous Colors of #eefaf7

#eefaf7 #eef7fa #eefaf1

Monochromatic Colors of #eefaf7

#eefaf7

Complementary Color

#eefaf7 #faeef1

#eefaf7 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefaf7 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefaf7 Color CSS Codes

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

#eefaf7 Text Font Color

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

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


#eefaf7 Background Color

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

This div background color is #eefaf7


#eefaf7 Border Color

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

This div border color is #eefaf7


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefaf7

#eefaf7 Color Palettes


Comments

No comments written yet.

Please login to write comment.