Color Hex Logo

#efffea Color Hex

#EFFFEA
(239,255,234)
0 Favorites   0 Comments

Color spaces of #efffea

RGB 239255234
HSL0.291.000.96
HSV106°100°
CMYK 0.060.000.08   0.00
XYZ86.207995.811291.7917
Yxy95.81120.31480.3499
Hunter Lab97.8832-14.086712.9180
CIE-Lab98.3572-8.92538.2331

#efffea color RGB value is (239,255,234).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 11101010
Octal 357 377 352
Decimal 239 255 234
Hex EF FF EA

RGB Percentages of Color #efffea

%32.83
%35.03
%32.14

CMYK Percentages of Color #efffea

%6
%0
%8
%0

Triadic Colors of #efffea

#efffea #eaefff #ffeaef

Analogous Colors of #efffea

#efffea #eafff0 #faffea

Monochromatic Colors of #efffea

#efffea

Complementary Color

#efffea #faeaff

#efffea Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffea Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffea Color CSS Codes

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

#efffea Text Font Color

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

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


#efffea Background Color

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

This div background color is #efffea


#efffea Border Color

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

This div border color is #efffea


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffea

Related Colors

#efffea Color Palettes


Comments

No comments written yet.

Please login to write comment.