Color Hex Logo

#effaf2 Color Hex

#EFFAF2
(239,250,242)
0 Favorites   0 Comments

Color spaces of #effaf2

RGB 239250242
HSL0.380.520.96
HSV136°98°
CMYK 0.040.000.03   0.02
XYZ85.809293.132797.4582
Yxy93.13270.31050.3369
Hunter Lab96.5053-10.16827.6783
CIE-Lab97.2814-5.03582.5680

#effaf2 color RGB value is (239,250,242).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11110010
Octal 357 372 362
Decimal 239 250 242
Hex EF FA F2

RGB Percentages of Color #effaf2

%32.69
%34.20
%33.11

CMYK Percentages of Color #effaf2

%4
%0
%3
%2

Triadic Colors of #effaf2

#effaf2 #f2effa #faf2ef

Analogous Colors of #effaf2

#effaf2 #effaf8 #f2faef

Monochromatic Colors of #effaf2

#effaf2

Complementary Color

#effaf2 #faeff7

#effaf2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effaf2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effaf2 Color CSS Codes

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

#effaf2 Text Font Color

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

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


#effaf2 Background Color

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

This div background color is #effaf2


#effaf2 Border Color

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

This div border color is #effaf2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effaf2

Related Colors


Comments

No comments written yet.

Please login to write comment.