Color Hex Logo

#e1fdcd Color Hex

#E1FDCD
(225,253,205)
0 Favorites   0 Comments

Color spaces of #e1fdcd

RGB 225253205
HSL0.260.920.90
HSV95°19°99°
CMYK 0.110.000.19   0.01
XYZ77.196190.665971.1892
Yxy90.66590.32290.3793
Hunter Lab95.2186-21.918322.3255
CIE-Lab96.2723-17.428119.9870

#e1fdcd color RGB value is (225,253,205).

#e1fdcd hex color red value is 225, green value is 253 and the blue value of its RGB is 205. Cylindrical-coordinate representations (also known as HSL) of color #e1fdcd hue: 0.26 , saturation: 0.92 and the lightness value of e1fdcd is 0.90.

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111101 11001101
Octal 341 375 315
Decimal 225 253 205
Hex E1 FD CD

RGB Percentages of Color #e1fdcd

%32.94
%37.04
%30.01

CMYK Percentages of Color #e1fdcd

%11
%0
%19
%1

Triadic Colors of #e1fdcd

#e1fdcd #cde1fd #fdcde1

Analogous Colors of #e1fdcd

#e1fdcd #cdfdd1 #f9fdcd

Monochromatic Colors of #e1fdcd

#e1fdcd

Complementary Color

#e1fdcd #e9cdfd

#e1fdcd Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fdcd Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fdcd Color CSS Codes

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

#e1fdcd Text Font Color

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

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


#e1fdcd Background Color

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

This div background color is #e1fdcd


#e1fdcd Border Color

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

This div border color is #e1fdcd


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fdcd


Comments

No comments written yet.

Please login to write comment.