Color Hex Logo

#ffe1eb Color Hex

#FFE1EB
(255,225,235)
0 Favorites   0 Comments

Color spaces of #ffe1eb

RGB 255225235
HSL0.941.000.94
HSV340°12°100°
CMYK 0.000.120.08   0.00
XYZ83.160681.108689.8697
Yxy81.10860.32720.3192
Hunter Lab90.06037.21923.8777
CIE-Lab92.180011.9291-1.0892

#ffe1eb color RGB value is (255,225,235).

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

The process color (four color CMYK) of #ffe1eb color hex is 0.00, 0.12, 0.08, 0.00. Web safe color of #ffe1eb is #ffccff. Color #ffe1eb contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100001 11101011
Octal 377 341 353
Decimal 255 225 235
Hex FF E1 EB

RGB Percentages of Color #ffe1eb

%35.66
%31.47
%32.87

CMYK Percentages of Color #ffe1eb

%0
%12
%8
%0

Triadic Colors of #ffe1eb

#ffe1eb #ebffe1 #e1ebff

Analogous Colors of #ffe1eb

#ffe1eb #ffe6e1 #ffe1fa

Monochromatic Colors of #ffe1eb

#ffe1eb

Complementary Color

#ffe1eb #e1fff5

#ffe1eb Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe1eb Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe1eb Color CSS Codes

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

#ffe1eb Text Font Color

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

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


#ffe1eb Background Color

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

This div background color is #ffe1eb


#ffe1eb Border Color

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

This div border color is #ffe1eb


Css3 Examples

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

Text Shadow with RGB Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe1eb


Comments

No comments written yet.

Please login to write comment.