Color Hex Logo

#eefce4 Color Hex

#EEFCE4
(238,252,228)
0 Favorites   0 Comments

Color spaces of #eefce4

RGB 238252228
HSL0.260.800.94
HSV95°10°99°
CMYK 0.060.000.10   0.01
XYZ84.073993.399486.9955
Yxy93.39940.31790.3532
Hunter Lab96.6434-13.841714.2793
CIE-Lab97.3895-8.78129.9143

#eefce4 color RGB value is (238,252,228).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 11100100
Octal 356 374 344
Decimal 238 252 228
Hex EE FC E4

RGB Percentages of Color #eefce4

%33.15
%35.10
%31.75

CMYK Percentages of Color #eefce4

%6
%0
%10
%1

Triadic Colors of #eefce4

#eefce4 #e4eefc #fce4ee

Analogous Colors of #eefce4

#eefce4 #e4fce6 #fafce4

Monochromatic Colors of #eefce4

#eefce4

Complementary Color

#eefce4 #f2e4fc

#eefce4 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefce4 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefce4 Color CSS Codes

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

#eefce4 Text Font Color

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

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


#eefce4 Background Color

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

This div background color is #eefce4


#eefce4 Border Color

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

This div border color is #eefce4


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefce4

Related Colors


Comments

No comments written yet.

Please login to write comment.