Color Hex Logo

#eef0be Color Hex

#EEF0BE
(238,240,190)
0 Favorites   0 Comments

Color spaces of #eef0be

RGB 238240190
HSL0.170.630.84
HSV62°21°94°
CMYK 0.010.000.21   0.06
XYZ75.714284.215060.9798
Yxy84.21500.34270.3812
Hunter Lab91.7687-13.323124.8402
CIE-Lab93.5438-8.671724.0124

#eef0be color RGB value is (238,240,190).

#eef0be hex color red value is 238, green value is 240 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eef0be hue: 0.17 , saturation: 0.63 and the lightness value of eef0be is 0.84.

The process color (four color CMYK) of #eef0be color hex is 0.01, 0.00, 0.21, 0.06. Web safe color of #eef0be is #ffffcc. Color #eef0be contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11101110 11110000 10111110
Octal 356 360 276
Decimal 238 240 190
Hex EE F0 BE

RGB Percentages of Color #eef0be

%35.63
%35.93
%28.44

CMYK Percentages of Color #eef0be

%1
%0
%21
%6

Triadic Colors of #eef0be

#eef0be #beeef0 #f0beee

Analogous Colors of #eef0be

#eef0be #d5f0be #f0d9be

Monochromatic Colors of #eef0be

#eef0be

Complementary Color

#eef0be #c0bef0

#eef0be Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eef0be Color Preview on White Background

Lorem ipsum dolor sit amet.

#eef0be Color CSS Codes

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

#eef0be Text Font Color

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

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


#eef0be Background Color

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

This div background color is #eef0be


#eef0be Border Color

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

This div border color is #eef0be


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eef0be


Comments

No comments written yet.

Please login to write comment.