Color Hex Logo

#efffe0 Color Hex

#EFFFE0
(239,255,224)
0 Favorites   0 Comments

Color spaces of #efffe0

RGB 239255224
HSL0.251.000.94
HSV91°12°100°
CMYK 0.060.000.12   0.00
XYZ84.811195.252584.4366
Yxy95.25250.32060.3601
Hunter Lab97.5974-15.680817.0233
CIE-Lab98.1345-10.593613.0366

#efffe0 color RGB value is (239,255,224).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 11100000
Octal 357 377 340
Decimal 239 255 224
Hex EF FF E0

RGB Percentages of Color #efffe0

%33.29
%35.52
%31.20

CMYK Percentages of Color #efffe0

%6
%0
%12
%0

Triadic Colors of #efffe0

#efffe0 #e0efff #ffe0ef

Analogous Colors of #efffe0

#efffe0 #e0ffe1 #ffffe0

Monochromatic Colors of #efffe0

#efffe0

Complementary Color

#efffe0 #f0e0ff

#efffe0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffe0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffe0 Color CSS Codes

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

#efffe0 Text Font Color

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

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


#efffe0 Background Color

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

This div background color is #efffe0


#efffe0 Border Color

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

This div border color is #efffe0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffe0

Related Colors

#efffe0 Color Palettes


Comments

No comments written yet.

Please login to write comment.