Color Hex Logo

#eefec0 Color Hex

#EEFEC0
(238,254,192)
0 Favorites   0 Comments

Color spaces of #eefec0

RGB 238254192
HSL0.210.970.87
HSV75°24°100°
CMYK 0.060.000.24   0.00
XYZ80.216192.866563.5664
Yxy92.86650.33900.3924
Hunter Lab96.3673-20.059328.3478
CIE-Lab97.1734-15.306327.9716

#eefec0 color RGB value is (238,254,192).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111110 11000000
Octal 356 376 300
Decimal 238 254 192
Hex EE FE C0

RGB Percentages of Color #eefec0

%34.80
%37.13
%28.07

CMYK Percentages of Color #eefec0

%6
%0
%24
%0

Triadic Colors of #eefec0

#eefec0 #c0eefe #fec0ee

Analogous Colors of #eefec0

#eefec0 #cffec0 #feefc0

Monochromatic Colors of #eefec0

#eefec0

Complementary Color

#eefec0 #d0c0fe

#eefec0 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefec0 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefec0 Color CSS Codes

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

#eefec0 Text Font Color

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

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


#eefec0 Background Color

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

This div background color is #eefec0


#eefec0 Border Color

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

This div border color is #eefec0


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefec0

Related Colors


Comments

No comments written yet.

Please login to write comment.