Color Hex Logo

#effaf1 Color Hex

#EFFAF1
(239,250,241)
2 Favorites   0 Comments

Color spaces of #effaf1

RGB 239250241
HSL0.360.520.96
HSV131°98°
CMYK 0.040.000.04   0.02
XYZ85.659493.072896.6692
Yxy93.07280.31100.3380
Hunter Lab96.4742-10.33998.1222
CIE-Lab97.2571-5.21243.0476

#effaf1 color RGB value is (239,250,241).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11110001
Octal 357 372 361
Decimal 239 250 241
Hex EF FA F1

RGB Percentages of Color #effaf1

%32.74
%34.25
%33.01

CMYK Percentages of Color #effaf1

%4
%0
%4
%2

Triadic Colors of #effaf1

#effaf1 #f1effa #faf1ef

Analogous Colors of #effaf1

#effaf1 #effaf7 #f3faef

Monochromatic Colors of #effaf1

#effaf1

Complementary Color

#effaf1 #faeff8

#effaf1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effaf1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effaf1 Color CSS Codes

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

#effaf1 Text Font Color

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

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


#effaf1 Background Color

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

This div background color is #effaf1


#effaf1 Border Color

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

This div border color is #effaf1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effaf1


Comments

No comments written yet.

Please login to write comment.