Color Hex Logo

#eef4da Color Hex

#EEF4DA
(238,244,218)
0 Favorites   0 Comments

Color spaces of #eef4da

RGB 238244218
HSL0.210.540.91
HSV74°11°96°
CMYK 0.020.000.11   0.04
XYZ80.265587.940579.0734
Yxy87.94050.32460.3556
Hunter Lab93.7766-11.326915.6497
CIE-Lab95.1359-6.426911.8424

#eef4da color RGB value is (238,244,218).

#eef4da hex color red value is 238, green value is 244 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #eef4da hue: 0.21 , saturation: 0.54 and the lightness value of eef4da is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110100 11011010
Octal 356 364 332
Decimal 238 244 218
Hex EE F4 DA

RGB Percentages of Color #eef4da

%34.00
%34.86
%31.14

CMYK Percentages of Color #eef4da

%2
%0
%11
%4

Triadic Colors of #eef4da

#eef4da #daeef4 #f4daee

Analogous Colors of #eef4da

#eef4da #e1f4da #f4edda

Monochromatic Colors of #eef4da

#eef4da

Complementary Color

#eef4da #e0daf4

#eef4da Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef4da Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef4da Color CSS Codes

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

#eef4da Text Font Color

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

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


#eef4da Background Color

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

This div background color is #eef4da


#eef4da Border Color

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

This div border color is #eef4da


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef4da


Comments

No comments written yet.

Please login to write comment.