Color Hex Logo

#effec6 Color Hex

#EFFEC6
(239,254,198)
0 Favorites   0 Comments

Color spaces of #effec6

RGB 239254198
HSL0.210.970.89
HSV76°22°100°
CMYK 0.060.000.22   0.00
XYZ81.231593.311667.1557
Yxy93.31160.33610.3861
Hunter Lab96.5979-18.941526.3996
CIE-Lab97.3539-14.099125.1941

#effec6 color RGB value is (239,254,198).

#effec6 hex color red value is 239, green value is 254 and the blue value of its RGB is 198. Cylindrical-coordinate representations (also known as HSL) of color #effec6 hue: 0.21 , saturation: 0.97 and the lightness value of effec6 is 0.89.

The process color (four color CMYK) of #effec6 color hex is 0.06, 0.00, 0.22, 0.00. Web safe color of #effec6 is #ffffcc. Color #effec6 contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 11000110
Octal 357 376 306
Decimal 239 254 198
Hex EF FE C6

RGB Percentages of Color #effec6

%34.59
%36.76
%28.65

CMYK Percentages of Color #effec6

%6
%0
%22
%0

Triadic Colors of #effec6

#effec6 #c6effe #fec6ef

Analogous Colors of #effec6

#effec6 #d3fec6 #fef1c6

Monochromatic Colors of #effec6

#effec6

Complementary Color

#effec6 #d5c6fe

#effec6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effec6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effec6 Color CSS Codes

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

#effec6 Text Font Color

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

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


#effec6 Background Color

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

This div background color is #effec6


#effec6 Border Color

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

This div border color is #effec6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effec6


Comments

No comments written yet.

Please login to write comment.