Color Hex Logo

#eefcbf Color Hex

#EEFCBF
(238,252,191)
0 Favorites   0 Comments

Color spaces of #eefcbf

RGB 238252191
HSL0.200.910.87
HSV74°24°99°
CMYK 0.060.000.24   0.01
XYZ79.474391.559562.7742
Yxy91.55950.33990.3916
Hunter Lab95.6867-19.195528.0842
CIE-Lab96.6400-14.468027.7492

#eefcbf color RGB value is (238,252,191).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 10111111
Octal 356 374 277
Decimal 238 252 191
Hex EE FC BF

RGB Percentages of Color #eefcbf

%34.95
%37.00
%28.05

CMYK Percentages of Color #eefcbf

%6
%0
%24
%1

Triadic Colors of #eefcbf

#eefcbf #bfeefc #fcbfee

Analogous Colors of #eefcbf

#eefcbf #d0fcbf #fcecbf

Monochromatic Colors of #eefcbf

#eefcbf

Complementary Color

#eefcbf #cdbffc

#eefcbf Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefcbf Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefcbf Color CSS Codes

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

#eefcbf Text Font Color

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

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


#eefcbf Background Color

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

This div background color is #eefcbf


#eefcbf Border Color

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

This div border color is #eefcbf


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefcbf

Related Colors


Comments

No comments written yet.

Please login to write comment.