Color Hex Logo

#eefec1 Color Hex

#EEFEC1
(238,254,193)
0 Favorites   0 Comments

Color spaces of #eefec1

RGB 238254193
HSL0.210.970.88
HSV76°24°100°
CMYK 0.060.000.24   0.00
XYZ80.327392.911064.1520
Yxy92.91100.33840.3914
Hunter Lab96.3904-19.929428.0132
CIE-Lab97.1915-15.166027.4911

#eefec1 color RGB value is (238,254,193).

#eefec1 hex color red value is 238, green value is 254 and the blue value of its RGB is 193. Cylindrical-coordinate representations (also known as HSL) of color #eefec1 hue: 0.21 , saturation: 0.97 and the lightness value of eefec1 is 0.88.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 11000001
Octal 356 376 301
Decimal 238 254 193
Hex EE FE C1

RGB Percentages of Color #eefec1

%34.74
%37.08
%28.18

CMYK Percentages of Color #eefec1

%6
%0
%24
%0

Triadic Colors of #eefec1

#eefec1 #c1eefe #fec1ee

Analogous Colors of #eefec1

#eefec1 #d0fec1 #fef0c1

Monochromatic Colors of #eefec1

#eefec1

Complementary Color

#eefec1 #d1c1fe

#eefec1 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefec1 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefec1 Color CSS Codes

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

#eefec1 Text Font Color

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

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


#eefec1 Background Color

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

This div background color is #eefec1


#eefec1 Border Color

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

This div border color is #eefec1


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefec1

Related Colors


Comments

No comments written yet.

Please login to write comment.