Color Hex Logo

#e1fdeb Color Hex

#E1FDEB
(225,253,235)
0 Favorites   0 Comments

Color spaces of #e1fdeb

RGB 225253235
HSL0.390.880.94
HSV141°11°99°
CMYK 0.110.000.07   0.01
XYZ81.172092.256392.1263
Yxy92.25630.30570.3474
Hunter Lab96.0501-17.237410.3672
CIE-Lab96.9250-12.36605.5345

#e1fdeb color RGB value is (225,253,235).

#e1fdeb hex color red value is 225, green value is 253 and the blue value of its RGB is 235. Cylindrical-coordinate representations (also known as HSL) of color #e1fdeb hue: 0.39 , saturation: 0.88 and the lightness value of e1fdeb is 0.94.

The process color (four color CMYK) of #e1fdeb color hex is 0.11, 0.00, 0.07, 0.01. Web safe color of #e1fdeb is #ccffff. Color #e1fdeb contains mainly GREEN color.

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111101 11101011
Octal 341 375 353
Decimal 225 253 235
Hex E1 FD EB

RGB Percentages of Color #e1fdeb

%31.56
%35.48
%32.96

CMYK Percentages of Color #e1fdeb

%11
%0
%7
%1

Triadic Colors of #e1fdeb

#e1fdeb #ebe1fd #fdebe1

Analogous Colors of #e1fdeb

#e1fdeb #e1fdf9 #e5fde1

Monochromatic Colors of #e1fdeb

#e1fdeb

Complementary Color

#e1fdeb #fde1f3

#e1fdeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1fdeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1fdeb Color CSS Codes

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

#e1fdeb Text Font Color

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

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


#e1fdeb Background Color

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

This div background color is #e1fdeb


#e1fdeb Border Color

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

This div border color is #e1fdeb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1fdeb


Comments

No comments written yet.

Please login to write comment.