Color Hex Logo

#effaee Color Hex

#EFFAEE
(239,250,238)
0 Favorites   0 Comments

Color spaces of #effaee

RGB 239250238
HSL0.320.550.96
HSV115°98°
CMYK 0.040.000.05   0.02
XYZ85.214892.895094.3281
Yxy92.89500.31280.3410
Hunter Lab96.3821-10.85049.4409
CIE-Lab97.1850-5.73844.4876

#effaee color RGB value is (239,250,238).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111010 11101110
Octal 357 372 356
Decimal 239 250 238
Hex EF FA EE

RGB Percentages of Color #effaee

%32.87
%34.39
%32.74

CMYK Percentages of Color #effaee

%4
%0
%5
%2

Triadic Colors of #effaee

#effaee #eeeffa #faeeef

Analogous Colors of #effaee

#effaee #eefaf3 #f5faee

Monochromatic Colors of #effaee

#effaee

Complementary Color

#effaee #f9eefa

#effaee Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effaee Color Preview on White Background

Lorem ipsum dolor sit amet.

#effaee Color CSS Codes

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

#effaee Text Font Color

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

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


#effaee Background Color

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

This div background color is #effaee


#effaee Border Color

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

This div border color is #effaee


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effaee

Related Colors


Comments

No comments written yet.

Please login to write comment.