Color Hex Logo

#eefbaa Color Hex

#EEFBAA
(238,251,170)
0 Favorites   0 Comments

Color spaces of #eefbaa

RGB 238251170
HSL0.190.910.83
HSV70°32°98°
CMYK 0.050.000.32   0.02
XYZ77.012890.073851.3572
Yxy90.07380.35260.4123
Hunter Lab94.9072-21.243234.3514
CIE-Lab96.0274-16.741837.4667

#eefbaa color RGB value is (238,251,170).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111011 10101010
Octal 356 373 252
Decimal 238 251 170
Hex EE FB AA

RGB Percentages of Color #eefbaa

%36.12
%38.09
%25.80

CMYK Percentages of Color #eefbaa

%5
%0
%32
%2

Triadic Colors of #eefbaa

#eefbaa #aaeefb #fbaaee

Analogous Colors of #eefbaa

#eefbaa #c6fbaa #fbe0aa

Monochromatic Colors of #eefbaa

#eefbaa

Complementary Color

#eefbaa #b7aafb

#eefbaa Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefbaa Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefbaa Color CSS Codes

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

#eefbaa Text Font Color

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

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


#eefbaa Background Color

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

This div background color is #eefbaa


#eefbaa Border Color

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

This div border color is #eefbaa


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefbaa


Comments

No comments written yet.

Please login to write comment.