Color Hex Logo

#eef2ad Color Hex

#EEF2AD
(238,242,173)
0 Favorites   0 Comments

Color spaces of #eef2ad

RGB 238242173
HSL0.180.730.81
HSV63°29°95°
CMYK 0.020.000.29   0.05
XYZ74.554984.698551.9542
Yxy84.69850.35300.4010
Hunter Lab92.0318-16.452930.9516
CIE-Lab93.7530-11.951432.9445

#eef2ad color RGB value is (238,242,173).

#eef2ad hex color red value is 238, green value is 242 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eef2ad hue: 0.18 , saturation: 0.73 and the lightness value of eef2ad is 0.81.

The process color (four color CMYK) of #eef2ad color hex is 0.02, 0.00, 0.29, 0.05. Web safe color of #eef2ad is #ffff99. Color #eef2ad contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110010 10101101
Octal 356 362 255
Decimal 238 242 173
Hex EE F2 AD

RGB Percentages of Color #eef2ad

%36.45
%37.06
%26.49

CMYK Percentages of Color #eef2ad

%2
%0
%29
%5

Triadic Colors of #eef2ad

#eef2ad #adeef2 #f2adee

Analogous Colors of #eef2ad

#eef2ad #ccf2ad #f2d4ad

Monochromatic Colors of #eef2ad

#eef2ad

Complementary Color

#eef2ad #b1adf2

#eef2ad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef2ad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef2ad Color CSS Codes

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

#eef2ad Text Font Color

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

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


#eef2ad Background Color

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

This div background color is #eef2ad


#eef2ad Border Color

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

This div border color is #eef2ad


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(238,242,173, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef2ad


Comments

No comments written yet.

Please login to write comment.