Color Hex Logo

#effaed Color Hex

#EFFAED
(239,250,237)
0 Favorites   0 Comments

Color spaces of #effaed

RGB 239250237
HSL0.310.570.95
HSV111°98°
CMYK 0.040.000.05   0.02
XYZ85.068392.836493.5564
Yxy92.83640.31340.3420
Hunter Lab96.3516-11.01889.8762
CIE-Lab97.1612-5.91234.9680

#effaed color RGB value is (239,250,237).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11101101
Octal 357 372 355
Decimal 239 250 237
Hex EF FA ED

RGB Percentages of Color #effaed

%32.92
%34.44
%32.64

CMYK Percentages of Color #effaed

%4
%0
%5
%2

Triadic Colors of #effaed

#effaed #edeffa #faedef

Analogous Colors of #effaed

#effaed #edfaf2 #f6faed

Monochromatic Colors of #effaed

#effaed

Complementary Color

#effaed #f8edfa

#effaed Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effaed Color Preview on White Background

Lorem ipsum dolor sit amet.

#effaed Color CSS Codes

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

#effaed Text Font Color

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

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


#effaed Background Color

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

This div background color is #effaed


#effaed Border Color

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

This div border color is #effaed


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effaed


Comments

No comments written yet.

Please login to write comment.