Color Hex Logo

#eefce5 Color Hex

#EEFCE5
(238,252,229)
0 Favorites   0 Comments

Color spaces of #eefce5

RGB 238252229
HSL0.270.790.94
HSV97°99°
CMYK 0.060.000.09   0.01
XYZ84.213293.455187.7289
Yxy93.45510.31730.3521
Hunter Lab96.6722-13.681113.8655
CIE-Lab97.4120-8.61349.4331

#eefce5 color RGB value is (238,252,229).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 11100101
Octal 356 374 345
Decimal 238 252 229
Hex EE FC E5

RGB Percentages of Color #eefce5

%33.10
%35.05
%31.85

CMYK Percentages of Color #eefce5

%6
%0
%9
%1

Triadic Colors of #eefce5

#eefce5 #e5eefc #fce5ee

Analogous Colors of #eefce5

#eefce5 #e5fce8 #fafce5

Monochromatic Colors of #eefce5

#eefce5

Complementary Color

#eefce5 #f3e5fc

#eefce5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefce5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefce5 Color CSS Codes

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

#eefce5 Text Font Color

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

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


#eefce5 Background Color

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

This div background color is #eefce5


#eefce5 Border Color

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

This div border color is #eefce5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefce5

Related Colors


Comments

No comments written yet.

Please login to write comment.