Color Hex Logo

#effae2 Color Hex

#EFFAE2
(239,250,226)
0 Favorites   0 Comments

Color spaces of #effae2

RGB 239250226
HSL0.240.710.93
HSV88°10°98°
CMYK 0.040.000.10   0.02
XYZ83.509792.212985.3489
Yxy92.21290.31990.3532
Hunter Lab96.0275-12.816914.5226
CIE-Lab96.9073-7.778810.2613

#effae2 color RGB value is (239,250,226).

#effae2 hex color red value is 239, green value is 250 and the blue value of its RGB is 226. Cylindrical-coordinate representations (also known as HSL) of color #effae2 hue: 0.24 , saturation: 0.71 and the lightness value of effae2 is 0.93.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11100010
Octal 357 372 342
Decimal 239 250 226
Hex EF FA E2

RGB Percentages of Color #effae2

%33.43
%34.97
%31.61

CMYK Percentages of Color #effae2

%4
%0
%10
%2

Triadic Colors of #effae2

#effae2 #e2effa #fae2ef

Analogous Colors of #effae2

#effae2 #e3fae2 #faf9e2

Monochromatic Colors of #effae2

#effae2

Complementary Color

#effae2 #ede2fa

#effae2 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effae2 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effae2 Color CSS Codes

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

#effae2 Text Font Color

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

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


#effae2 Background Color

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

This div background color is #effae2


#effae2 Border Color

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

This div border color is #effae2


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effae2

Related Colors


Comments

No comments written yet.

Please login to write comment.