Color Hex Logo

#eefce1 Color Hex

#EEFCE1
(238,252,225)
2 Favorites   0 Comments

Color spaces of #eefce1

RGB 238252225
HSL0.250.820.94
HSV91°11°99°
CMYK 0.060.000.11   0.01
XYZ83.660993.234284.8208
Yxy93.23420.31970.3562
Hunter Lab96.5579-14.318015.5075
CIE-Lab97.3226-9.280011.3585

#eefce1 color RGB value is (238,252,225).

#eefce1 hex color red value is 238, green value is 252 and the blue value of its RGB is 225. Cylindrical-coordinate representations (also known as HSL) of color #eefce1 hue: 0.25 , saturation: 0.82 and the lightness value of eefce1 is 0.94.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 11100001
Octal 356 374 341
Decimal 238 252 225
Hex EE FC E1

RGB Percentages of Color #eefce1

%33.29
%35.24
%31.47

CMYK Percentages of Color #eefce1

%6
%0
%11
%1

Triadic Colors of #eefce1

#eefce1 #e1eefc #fce1ee

Analogous Colors of #eefce1

#eefce1 #e1fce2 #fcfce1

Monochromatic Colors of #eefce1

#eefce1

Complementary Color

#eefce1 #efe1fc

#eefce1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefce1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefce1 Color CSS Codes

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

#eefce1 Text Font Color

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

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


#eefce1 Background Color

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

This div background color is #eefce1


#eefce1 Border Color

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

This div border color is #eefce1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefce1

#eefce1 Color Palettes


Comments

No comments written yet.

Please login to write comment.