Color Hex Logo

#ffe2ef Color Hex

#FFE2EF
(255,226,239)
0 Favorites   0 Comments

Color spaces of #ffe2ef

RGB 255226239
HSL0.931.000.94
HSV333°11°100°
CMYK 0.000.110.06   0.00
XYZ84.016381.884793.0385
Yxy81.88470.32450.3162
Hunter Lab90.49027.37192.3834
CIE-Lab92.523912.0812-2.6758

#ffe2ef color RGB value is (255,226,239).

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

The process color (four color CMYK) of #ffe2ef color hex is 0.00, 0.11, 0.06, 0.00. Web safe color of #ffe2ef is #ffccff. Color #ffe2ef contains mainly RED color.

Base Numbers

BaseRedGreenBlue
Binary 11111111 11100010 11101111
Octal 377 342 357
Decimal 255 226 239
Hex FF E2 EF

RGB Percentages of Color #ffe2ef

%35.42
%31.39
%33.19

CMYK Percentages of Color #ffe2ef

%0
%11
%6
%0

Triadic Colors of #ffe2ef

#ffe2ef #efffe2 #e2efff

Analogous Colors of #ffe2ef

#ffe2ef #ffe4e2 #ffe2fe

Monochromatic Colors of #ffe2ef

#ffe2ef

Complementary Color

#ffe2ef #e2fff2

#ffe2ef Color Preview on Black Background

Lorem ipsum dolor sit amet.

#ffe2ef Color Preview on White Background

Lorem ipsum dolor sit amet.

#ffe2ef Color CSS Codes

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

#ffe2ef Text Font Color

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

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


#ffe2ef Background Color

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

This div background color is #ffe2ef


#ffe2ef Border Color

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

This div border color is #ffe2ef


Css3 Examples

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

Text Shadow with RGB Values

<p style="text-shadow: 4px 4px 2px rgba(255,226,239, 0.8);">Text here</p>

This text has shadow with rgb values.


Text Shadow with Hex Values

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

This text has shadow with hex values.


Div Box Shadow

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

This div box has shadow with color #ffe2ef


Comments

No comments written yet.

Please login to write comment.