Color Hex Logo

#eef2bb Color Hex

#EEF2BB
(238,242,187)
0 Favorites   0 Comments

Color spaces of #eef2bb

RGB 238242187
HSL0.180.680.84
HSV64°23°95°
CMYK 0.020.000.23   0.05
XYZ75.981785.269359.4677
Yxy85.26930.34420.3863
Hunter Lab92.3414-14.721426.4563
CIE-Lab93.9990-10.088726.1714

#eef2bb color RGB value is (238,242,187).

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

The process color (four color CMYK) of #eef2bb color hex is 0.02, 0.00, 0.23, 0.05. Web safe color of #eef2bb is #ffffcc. Color #eef2bb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110010 10111011
Octal 356 362 273
Decimal 238 242 187
Hex EE F2 BB

RGB Percentages of Color #eef2bb

%35.68
%36.28
%28.04

CMYK Percentages of Color #eef2bb

%2
%0
%23
%5

Triadic Colors of #eef2bb

#eef2bb #bbeef2 #f2bbee

Analogous Colors of #eef2bb

#eef2bb #d3f2bb #f2dbbb

Monochromatic Colors of #eef2bb

#eef2bb

Complementary Color

#eef2bb #bfbbf2

#eef2bb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef2bb Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef2bb Color CSS Codes

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

#eef2bb Text Font Color

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

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


#eef2bb Background Color

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

This div background color is #eef2bb


#eef2bb Border Color

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

This div border color is #eef2bb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef2bb


Comments

No comments written yet.

Please login to write comment.