Color Hex Logo

#effee1 Color Hex

#EFFEE1
(239,254,225)
0 Favorites   0 Comments

Color spaces of #effee1

RGB 239254225
HSL0.250.940.94
HSV91°11°100°
CMYK 0.060.000.11   0.00
XYZ84.629094.670685.0470
Yxy94.67060.32010.3581
Hunter Lab97.2988-15.016416.2849
CIE-Lab97.9016-9.934512.1933

#effee1 color RGB value is (239,254,225).

#effee1 hex color red value is 239, green value is 254 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #effee1 hue: 0.25 , saturation: 0.94 and the lightness value of effee1 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111110 11100001
Octal 357 376 341
Decimal 239 254 225
Hex EF FE E1

RGB Percentages of Color #effee1

%33.29
%35.38
%31.34

CMYK Percentages of Color #effee1

%6
%0
%11
%0

Triadic Colors of #effee1

#effee1 #e1effe #fee1ef

Analogous Colors of #effee1

#effee1 #e1fee2 #fefee1

Monochromatic Colors of #effee1

#effee1

Complementary Color

#effee1 #f0e1fe

#effee1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#effee1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#effee1 Color CSS Codes

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

#effee1 Text Font Color

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

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


#effee1 Background Color

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

This div background color is #effee1


#effee1 Border Color

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

This div border color is #effee1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #effee1

Related Colors


Comments

No comments written yet.

Please login to write comment.