Color Hex Logo

#eefcbe Color Hex

#EEFCBE
(238,252,190)
0 Favorites   0 Comments

Color spaces of #eefcbe

RGB 238252190
HSL0.200.910.87
HSV74°25°99°
CMYK 0.060.000.25   0.01
XYZ79.364691.515762.1965
Yxy91.51570.34050.3926
Hunter Lab95.6638-19.324628.4169
CIE-Lab96.6220-14.607428.2304

#eefcbe color RGB value is (238,252,190).

#eefcbe hex color red value is 238, green value is 252 and the blue value of its RGB is 190. Cylindrical-coordinate representations (also known as HSL) of color #eefcbe hue: 0.20 , saturation: 0.91 and the lightness value of eefcbe is 0.87.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 10111110
Octal 356 374 276
Decimal 238 252 190
Hex EE FC BE

RGB Percentages of Color #eefcbe

%35.00
%37.06
%27.94

CMYK Percentages of Color #eefcbe

%6
%0
%25
%1

Triadic Colors of #eefcbe

#eefcbe #beeefc #fcbeee

Analogous Colors of #eefcbe

#eefcbe #cffcbe #fcebbe

Monochromatic Colors of #eefcbe

#eefcbe

Complementary Color

#eefcbe #ccbefc

#eefcbe Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefcbe Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefcbe Color CSS Codes

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

#eefcbe Text Font Color

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

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


#eefcbe Background Color

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

This div background color is #eefcbe


#eefcbe Border Color

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

This div border color is #eefcbe


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefcbe


Comments

No comments written yet.

Please login to write comment.