Color Hex Logo

#e1fcda Color Hex

#E1FCDA
(225,252,218)
0 Favorites   0 Comments

Color spaces of #e1fcda

RGB 225252218
HSL0.300.850.92
HSV108°13°99°
CMYK 0.110.000.13   0.01
XYZ78.516690.690379.6964
Yxy90.69030.31550.3644
Hunter Lab95.2315-19.485017.0440
CIE-Lab96.2824-14.826513.3482

#e1fcda color RGB value is (225,252,218).

#e1fcda hex color red value is 225, green value is 252 and the blue value of its RGB is 218. Cylindrical-coordinate representations (also known as HSL) of color #e1fcda hue: 0.30 , saturation: 0.85 and the lightness value of e1fcda is 0.92.

The process color (four color CMYK) of #e1fcda color hex is 0.11, 0.00, 0.13, 0.01. Web safe color of #e1fcda is #ccffcc. Color #e1fcda contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111100 11011010
Octal 341 374 332
Decimal 225 252 218
Hex E1 FC DA

RGB Percentages of Color #e1fcda

%32.37
%36.26
%31.37

CMYK Percentages of Color #e1fcda

%11
%0
%13
%1

Triadic Colors of #e1fcda

#e1fcda #dae1fc #fcdae1

Analogous Colors of #e1fcda

#e1fcda #dafce4 #f2fcda

Monochromatic Colors of #e1fcda

#e1fcda

Complementary Color

#e1fcda #f5dafc

#e1fcda Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fcda Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fcda Color CSS Codes

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

#e1fcda Text Font Color

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

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


#e1fcda Background Color

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

This div background color is #e1fcda


#e1fcda Border Color

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

This div border color is #e1fcda


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fcda

Related Colors


Comments

No comments written yet.

Please login to write comment.