Color Hex Logo

#eefbad Color Hex

#EEFBAD
(238,251,173)
0 Favorites   0 Comments

Color spaces of #eefbad

RGB 238251173
HSL0.190.910.83
HSV70°31°98°
CMYK 0.050.000.31   0.02
XYZ77.299990.188652.8692
Yxy90.18860.35080.4093
Hunter Lab94.9677-20.901633.4702
CIE-Lab96.0749-16.368436.0357

#eefbad color RGB value is (238,251,173).

#eefbad hex color red value is 238, green value is 251 and the blue value of its RGB is 173. Cylindrical-coordinate representations (also known as HSL) of color #eefbad hue: 0.19 , saturation: 0.91 and the lightness value of eefbad is 0.83.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 10101101
Octal 356 373 255
Decimal 238 251 173
Hex EE FB AD

RGB Percentages of Color #eefbad

%35.95
%37.92
%26.13

CMYK Percentages of Color #eefbad

%5
%0
%31
%2

Triadic Colors of #eefbad

#eefbad #adeefb #fbadee

Analogous Colors of #eefbad

#eefbad #c7fbad #fbe1ad

Monochromatic Colors of #eefbad

#eefbad

Complementary Color

#eefbad #baadfb

#eefbad Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefbad Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefbad Color CSS Codes

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

#eefbad Text Font Color

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

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


#eefbad Background Color

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

This div background color is #eefbad


#eefbad Border Color

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

This div border color is #eefbad


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefbad


Comments

No comments written yet.

Please login to write comment.