Color Hex Logo

#eefcd6 Color Hex

#EEFCD6
(238,252,214)
0 Favorites   0 Comments

Color spaces of #eefcd6

RGB 238252214
HSL0.230.860.91
HSV82°15°99°
CMYK 0.060.000.15   0.01
XYZ82.207992.653077.1693
Yxy92.65300.32620.3676
Hunter Lab96.2564-16.000619.8464
CIE-Lab97.0866-11.053316.6604

#eefcd6 color RGB value is (238,252,214).

#eefcd6 hex color red value is 238, green value is 252 and the blue value of its RGB is 214. Cylindrical-coordinate representations (also known as HSL) of color #eefcd6 hue: 0.23 , saturation: 0.86 and the lightness value of eefcd6 is 0.91.

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 11010110
Octal 356 374 326
Decimal 238 252 214
Hex EE FC D6

RGB Percentages of Color #eefcd6

%33.81
%35.80
%30.40

CMYK Percentages of Color #eefcd6

%6
%0
%15
%1

Triadic Colors of #eefcd6

#eefcd6 #d6eefc #fcd6ee

Analogous Colors of #eefcd6

#eefcd6 #dbfcd6 #fcf7d6

Monochromatic Colors of #eefcd6

#eefcd6

Complementary Color

#eefcd6 #e4d6fc

#eefcd6 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefcd6 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefcd6 Color CSS Codes

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

#eefcd6 Text Font Color

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

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


#eefcd6 Background Color

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

This div background color is #eefcd6


#eefcd6 Border Color

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

This div border color is #eefcd6


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefcd6


Comments

No comments written yet.

Please login to write comment.