Color Hex Logo

#eefcd5 Color Hex

#EEFCD5
(238,252,213)
0 Favorites   0 Comments

Color spaces of #eefcd5

RGB 238252213
HSL0.230.870.91
HSV82°15°99°
CMYK 0.060.000.15   0.01
XYZ82.080592.602076.4987
Yxy92.60200.32680.3687
Hunter Lab96.2299-16.148620.2279
CIE-Lab97.0658-11.210017.1427

#eefcd5 color RGB value is (238,252,213).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11101110 11111100 11010101
Octal 356 374 325
Decimal 238 252 213
Hex EE FC D5

RGB Percentages of Color #eefcd5

%33.85
%35.85
%30.30

CMYK Percentages of Color #eefcd5

%6
%0
%15
%1

Triadic Colors of #eefcd5

#eefcd5 #d5eefc #fcd5ee

Analogous Colors of #eefcd5

#eefcd5 #dbfcd5 #fcf7d5

Monochromatic Colors of #eefcd5

#eefcd5

Complementary Color

#eefcd5 #e3d5fc

#eefcd5 Color Preview on Black Background

Lorem ipsum dolor sit amet.

#eefcd5 Color Preview on White Background

Lorem ipsum dolor sit amet.

#eefcd5 Color CSS Codes

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

#eefcd5 Text Font Color

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

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


#eefcd5 Background Color

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

This div background color is #eefcd5


#eefcd5 Border Color

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

This div border color is #eefcd5


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #eefcd5

Related Colors


Comments

No comments written yet.

Please login to write comment.