Color Hex Logo

#e1feeb Color Hex

#E1FEEB
(225,254,235)
0 Favorites   0 Comments

Color spaces of #e1feeb

RGB 225254235
HSL0.390.940.94
HSV141°11°100°
CMYK 0.110.000.07   0.00
XYZ81.488592.889392.2318
Yxy92.88930.30560.3484
Hunter Lab96.3791-17.741710.7267
CIE-Lab97.1827-12.86105.9066

#e1feeb color RGB value is (225,254,235).

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

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

Base Numbers

BaseRedGreenBlue
Binary 11100001 11111110 11101011
Octal 341 376 353
Decimal 225 254 235
Hex E1 FE EB

RGB Percentages of Color #e1feeb

%31.51
%35.57
%32.91

CMYK Percentages of Color #e1feeb

%11
%0
%7
%0

Triadic Colors of #e1feeb

#e1feeb #ebe1fe #feebe1

Analogous Colors of #e1feeb

#e1feeb #e1fefa #e6fee1

Monochromatic Colors of #e1feeb

#e1feeb

Complementary Color

#e1feeb #fee1f4

#e1feeb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#e1feeb Color Preview on White Background

Lorem ipsum dolor sit amet.

#e1feeb Color CSS Codes

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

#e1feeb Text Font Color

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

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


#e1feeb Background Color

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

This div background color is #e1feeb


#e1feeb Border Color

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

This div border color is #e1feeb


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(225,254,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 #e1feeb">Text here</p>

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #e1feeb

Related Colors


Comments

No comments written yet.

Please login to write comment.