Color Hex Logo

#effee6 Color Hex

#EFFEE6
(239,254,230)
0 Favorites   0 Comments

Color spaces of #effee6

RGB 239254230
HSL0.270.920.95
HSV98°100°
CMYK 0.060.000.09   0.00
XYZ85.321394.947588.6927
Yxy94.94750.31720.3530
Hunter Lab97.4410-14.223614.2418
CIE-Lab98.0125-9.10469.7895

#effee6 color RGB value is (239,254,230).

#effee6 hex color red value is 239, green value is 254 and the blue value of its RGB is 230. Cylindrical-coordinate representations (also known as HSL) of color #effee6 hue: 0.27 , saturation: 0.92 and the lightness value of effee6 is 0.95.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 11100110
Octal 357 376 346
Decimal 239 254 230
Hex EF FE E6

RGB Percentages of Color #effee6

%33.06
%35.13
%31.81

CMYK Percentages of Color #effee6

%6
%0
%9
%0

Triadic Colors of #effee6

#effee6 #e6effe #fee6ef

Analogous Colors of #effee6

#effee6 #e6fee9 #fbfee6

Monochromatic Colors of #effee6

#effee6

Complementary Color

#effee6 #f5e6fe

#effee6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effee6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effee6 Color CSS Codes

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

#effee6 Text Font Color

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

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


#effee6 Background Color

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

This div background color is #effee6


#effee6 Border Color

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

This div border color is #effee6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effee6


Comments

No comments written yet.

Please login to write comment.