Color Hex Logo

#effee5 Color Hex

#EFFEE5
(239,254,229)
0 Favorites   0 Comments

Color spaces of #effee5

RGB 239254229
HSL0.270.930.95
HSV96°10°100°
CMYK 0.060.000.10   0.00
XYZ85.181394.891587.9551
Yxy94.89150.31780.3540
Hunter Lab97.4123-14.383714.6547
CIE-Lab97.9901-9.271910.2700

#effee5 color RGB value is (239,254,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 11100101
Octal 357 376 345
Decimal 239 254 229
Hex EF FE E5

RGB Percentages of Color #effee5

%33.10
%35.18
%31.72

CMYK Percentages of Color #effee5

%6
%0
%10
%0

Triadic Colors of #effee5

#effee5 #e5effe #fee5ef

Analogous Colors of #effee5

#effee5 #e5fee8 #fcfee5

Monochromatic Colors of #effee5

#effee5

Complementary Color

#effee5 #f4e5fe

#effee5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effee5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effee5 Color CSS Codes

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

#effee5 Text Font Color

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

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


#effee5 Background Color

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

This div background color is #effee5


#effee5 Border Color

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

This div border color is #effee5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effee5


Comments

No comments written yet.

Please login to write comment.