Color Hex Logo

#efffda Color Hex

#EFFFDA
(239,255,218)
1 Favorites   0 Comments

Color spaces of #efffda

RGB 239255218
HSL0.241.000.93
HSV86°15°100°
CMYK 0.060.000.15   0.00
XYZ84.011594.932780.2256
Yxy94.93270.32420.3663
Hunter Lab97.4334-16.597719.3847
CIE-Lab98.0066-11.560015.9229

#efffda color RGB value is (239,255,218).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111111 11011010
Octal 357 377 332
Decimal 239 255 218
Hex EF FF DA

RGB Percentages of Color #efffda

%33.57
%35.81
%30.62

CMYK Percentages of Color #efffda

%6
%0
%15
%0

Triadic Colors of #efffda

#efffda #daefff #ffdaef

Analogous Colors of #efffda

#efffda #ddffda #fffdda

Monochromatic Colors of #efffda

#efffda

Complementary Color

#efffda #eadaff

#efffda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#efffda Color Preview on White Background

Lorem ipsum dolor sit amet.

#efffda Color CSS Codes

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

#efffda Text Font Color

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

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


#efffda Background Color

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

This div background color is #efffda


#efffda Border Color

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

This div border color is #efffda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #efffda

Related Colors

#efffda Color Palettes


Comments

No comments written yet.

Please login to write comment.