Color Hex Logo

#effaea Color Hex

#EFFAEA
(239,250,234)
0 Favorites   0 Comments

Color spaces of #effaea

RGB 239250234
HSL0.280.620.95
HSV101°98°
CMYK 0.040.000.06   0.02
XYZ84.633592.662491.2669
Yxy92.66240.31510.3450
Hunter Lab96.2613-11.519111.1691
CIE-Lab97.0904-6.42976.4098

#effaea color RGB value is (239,250,234).

#effaea hex color red value is 239, green value is 250 and the blue value of its RGB is 234. Cylindrical-coordinate representations (also known as HSL) of color #effaea hue: 0.28 , saturation: 0.62 and the lightness value of effaea is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11101010
Octal 357 372 352
Decimal 239 250 234
Hex EF FA EA

RGB Percentages of Color #effaea

%33.06
%34.58
%32.37

CMYK Percentages of Color #effaea

%4
%0
%6
%2

Triadic Colors of #effaea

#effaea #eaeffa #faeaef

Analogous Colors of #effaea

#effaea #eafaed #f7faea

Monochromatic Colors of #effaea

#effaea

Complementary Color

#effaea #f5eafa

#effaea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effaea Color Preview on White Background

Lorem ipsum dolor sit amet.

#effaea Color CSS Codes

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

#effaea Text Font Color

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

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


#effaea Background Color

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

This div background color is #effaea


#effaea Border Color

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

This div border color is #effaea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effaea


Comments

No comments written yet.

Please login to write comment.