Color Hex Logo

#eff9da Color Hex

#EFF9DA
(239,249,218)
0 Favorites   0 Comments

Color spaces of #eff9da

RGB 239249218
HSL0.220.720.92
HSV79°12°98°
CMYK 0.040.000.12   0.02
XYZ82.127291.164079.5975
Yxy91.16400.32480.3605
Hunter Lab95.4798-13.552517.4083
CIE-Lab96.4775-8.583913.7593

#eff9da color RGB value is (239,249,218).

#eff9da hex color red value is 239, green value is 249 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eff9da hue: 0.22 , saturation: 0.72 and the lightness value of eff9da is 0.92.

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

Base Numbers

BaseRedGreenBlue
Binary 11101111 11111001 11011010
Octal 357 371 332
Decimal 239 249 218
Hex EF F9 DA

RGB Percentages of Color #eff9da

%33.85
%35.27
%30.88

CMYK Percentages of Color #eff9da

%4
%0
%12
%2

Triadic Colors of #eff9da

#eff9da #daeff9 #f9daef

Analogous Colors of #eff9da

#eff9da #e0f9da #f9f4da

Monochromatic Colors of #eff9da

#eff9da

Complementary Color

#eff9da #e4daf9

#eff9da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eff9da Color Preview on White Background

Lorem ipsum dolor sit amet.

#eff9da Color CSS Codes

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

#eff9da Text Font Color

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

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


#eff9da Background Color

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

This div background color is #eff9da


#eff9da Border Color

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

This div border color is #eff9da


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(239,249,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 #eff9da">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eff9da


Comments

No comments written yet.

Please login to write comment.